Skip to content

Commit

Permalink
Fix step name in unit test workflow
Browse files Browse the repository at this point in the history
The unit test workflow was reporting "Running functional tests" in the
log, which was confusing.
  • Loading branch information
larsks committed Nov 1, 2024
1 parent ce7c8e1 commit b304508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-py39-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: |
./ci/setup.sh
- name: Run functional tests
- name: Run unit tests
run: |
./ci/run_unit_tests.sh

0 comments on commit b304508

Please sign in to comment.