Skip to content

Commit

Permalink
try clearing cy cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeck415 committed Oct 11, 2023
1 parent 683eb2c commit 7858b1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/shipyard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
run-cypress-tests:
runs-on: ubuntu-latest
steps:
- name: Clear cache
run: npx cypress cache clear
- name: Checkout
uses: actions/checkout@v3
- name: Cypress install
Expand Down

0 comments on commit 7858b1a

Please sign in to comment.