Skip to content

Commit

Permalink
Fix plural typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Jan 10, 2025
1 parent 17033fc commit 3d9c9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Download test data
if: steps.cache-test-data.outputs.cache-hit != 'true'
run: |
./test/data/assets.sh
./tests/data/assets.sh
- uses: actions/setup-python@v5
- name: Install task runner
run: pip install poethepoet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Download test data
if: steps.cache-test-data.outputs.cache-hit != 'true'
run: |
./test/data/assets.sh
./tests/data/assets.sh
test:
needs: data
strategy:
Expand Down

0 comments on commit 3d9c9b1

Please sign in to comment.