Skip to content

Commit

Permalink
feat(ci) store e2ee test result artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jun 12, 2024
1 parent f5810b3 commit 82da1fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_spot-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ jobs:
- name: Step 5 - run tests [spot-webdriver]
working-directory: spot-webdriver
run: npm run ci

- name: Step 6 - Archive Test Results
if: always()
uses: actions/upload-artifact@v4
with:
name: webdriver-results
path: spot-webdriver/webdriver-results/

0 comments on commit 82da1fb

Please sign in to comment.