Skip to content

Commit

Permalink
Fix bad refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jan 24, 2024
1 parent 7601c22 commit 7b27d63
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,17 +213,17 @@ jobs:
- name: Upload user utils test results
uses: actions/upload-artifact@v2
with:
name: util-test-results
path: tests/util-test-results.xml
name: user-util-test-results
path: tests/user-util-test-results.xml

- name: Test Web Utils
- name: Test Language Utils
run: |
pytest tests/web_util_tests.py --doctest-modules --junitxml=tests/web-util-test-results.xml
- name: Upload web utils test results
pytest tests/language_util_tests.py --doctest-modules --junitxml=tests/language-util-test-results.xml
- name: Upload language utils test results
uses: actions/upload-artifact@v2
with:
name: web-util-test-results
path: tests/web-util-test-results.xml
name: language-util-test-results
path: tests/language-util-test-results.xml

- name: Test Hana Utils
run: |
Expand Down

0 comments on commit 7b27d63

Please sign in to comment.