Skip to content

Commit

Permalink
try rm cypress gha
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeck415 committed Oct 11, 2023
1 parent 7858b1a commit 98afff4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/shipyard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ 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
uses: cypress-io/github-action@v6
with:
runTests: false
#- name: Cypress install
# uses: cypress-io/github-action@v6
# with:
# runTests: false
# headed: true
- name: Save build folder
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -51,5 +50,5 @@ jobs:
yarn cypress:run --spec "cypress/tests/shipyard/manage-user.spec.ts"
shell: bash
env:
CYPRESS_BASE_URL: ${{ env.CYPRESS_BASE_URL }}
CYPRESS_BYPASS_TOKEN: ${{ env.CYPRESS_BYPASS_TOKEN }}
CYPRESS_BASE_URL: ${{ env.CYPRESS_BASE_URL }}
CYPRESS_BYPASS_TOKEN: ${{ env.CYPRESS_BYPASS_TOKEN }}

0 comments on commit 98afff4

Please sign in to comment.