Skip to content

Commit

Permalink
ci: update path to upload articats
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Dec 19, 2024
1 parent 9bbd441 commit cf1e694
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,17 +271,11 @@ jobs:
if: always()

- run: ls -la
working-directory: meteor/examples/admin-sdk-plugin/tests/acceptance/playwright-report/
working-directory: meteor/examples/admin-sdk-plugin/tests/acceptance/artifacts/
if: always()

- uses: actions/upload-artifact@v4
if: always()
with:
name: ats-test-results-${{ matrix.project }}
path: meteor/examples/admin-sdk-plugin/tests/acceptance/test-results/

- uses: actions/upload-artifact@v4
if: always()
with:
name: ats-report-${{ matrix.project }}
path: meteor/examples/admin-sdk-plugin/tests/acceptance/playwright-report/
name: ats-artifacts-${{ matrix.project }}
path: meteor/examples/admin-sdk-plugin/tests/acceptance/artifacts/

0 comments on commit cf1e694

Please sign in to comment.