Skip to content

Commit

Permalink
fix: ckecking cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Feb 20, 2025
1 parent 40ab1f0 commit a774cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1277,11 +1277,11 @@ jobs:
- name: "List directories"
run: |
ls -Rla artifacts
ls -Rla .
- name: "Run script"
run: |
python .ci/pytest_summary.py --directory artifacts --num 25 --save-file tests_durations.json
python .ci/pytest_summary.py --num 25 --save-file tests_durations.json
- name: "Upload tests summary"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a774cfd

Please sign in to comment.