Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjr632 authored Nov 8, 2022
1 parent e1adf04 commit 1824370
Showing 1 changed file with 24 additions and 28 deletions.
52 changes: 24 additions & 28 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,29 @@ jobs:
cypress-run:
runs-on: ubuntu-18.04
steps:
- name: noop
run: |
echo "noop"
# - name: Checkout
# uses: actions/checkout@v2
# - name: Cypress run
# uses: cypress-io/github-action@v2
# with:
# headless: true
# install-command: npm i
# start: npm run start:cypress:test
# wait-on: http://localhost:3000
# wait-on-timeout: 960
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v2
with:
headless: true
install-command: npm i
start: npm run start:cypress:test
wait-on: http://localhost:3000
wait-on-timeout: 960

# - name: Archive cypress results
# uses: actions/upload-artifact@v2
# if: ${{ failure() }}
# with:
# name: cypress-videos
# path: |
# cypress/videos
- name: Archive cypress results
uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: cypress-videos
path: |
cypress/videos
# - name: Archive cypress results
# uses: actions/upload-artifact@v2
# if: ${{ failure() }}
# with:
# name: cypress-screenshots
# path: |
# cypress/screenshots
- name: Archive cypress results
uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: cypress-screenshots
path: |
cypress/screenshots

0 comments on commit 1824370

Please sign in to comment.