Skip to content

Commit

Permalink
Merge pull request #521 from PyBAQ/update-test-workflow
Browse files Browse the repository at this point in the history
Actualizados action de workflow test-e2e
  • Loading branch information
pyjavo authored Jun 24, 2024
2 parents aa0b032 + 6c71257 commit 09a51e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- 4444:4444

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: pip install -r requirements.txt -r test-requirements.txt
- run: pytest
- uses: actions/upload-artifact@v3
- run: python -m pytest
- uses: actions/upload-artifact@v4
if: always()
with:
name: screenshots
Expand Down

0 comments on commit 09a51e4

Please sign in to comment.