Skip to content

Commit

Permalink
artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Nov 9, 2022
1 parent 8d5ddc9 commit 00516d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ jobs:
path: |
*.junit.xml
- name: Nightwatch reports
uses: actions/upload-artifact@v3
with:
name: nightwatch
path: |
web/core/reports/nightwatch
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
# GitHub from turning off tests after 60 days
- uses: gautamkrishnar/keepalive-workflow@v1
Expand Down

0 comments on commit 00516d9

Please sign in to comment.