Skip to content

Commit

Permalink
version problem resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnovichek committed Feb 6, 2025
1 parent befdac1 commit eb73ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wep_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/setup-python@v4
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
run: poetry run pytest --junitxml=results.xml

- name: Upload Test Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results
path: ./apps/web_app/results.xml

0 comments on commit eb73ba2

Please sign in to comment.