Skip to content

Commit

Permalink
Revert "try rm cypress gha"
Browse files Browse the repository at this point in the history
This reverts commit 98afff4.
  • Loading branch information
nbeck415 committed Oct 11, 2023
1 parent 98afff4 commit 25bd5ad
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/shipyard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ 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
# headed: true
- name: Cypress install
uses: cypress-io/github-action@v6
with:
runTests: false
- name: Save build folder
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -50,5 +51,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 25bd5ad

Please sign in to comment.