Skip to content

Commit

Permalink
ci: remove post-deploy test to avoid disruption to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
yld-weng committed Jan 21, 2022
1 parent a3aabdb commit 99b2017
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/deploy.yml
Expand Up @@ -82,44 +82,6 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GATSBY_ENV: ${{ secrets.GATSBY_ENV }}

e2e-test:
needs: deploy
continue-on-error: true
runs-on: windows-latest
defaults:
run:
shell: bash
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1

- uses: actions/checkout@v2

- name: NPM Cache
id: npm-cache
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-npm-cache-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-npm-cache-

- name: Install playwright dependencies
uses: microsoft/playwright-github-action@v1

- name: Install dependencies
run: npm ci

- name: Jest cache
id: gatsby-jest-cache
uses: actions/cache@v2
with:
path: .jest-cache
key: ${{ runner.os }}-jestCache-${{ github.run_id }}
restore-keys: ${{ runner.os }}-jestCache-

- name: tests
run: npm run test:e2e:post-deploy




Expand Down

0 comments on commit 99b2017

Please sign in to comment.