Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 7, 2023
1 parent 6ef2e73 commit d50eda2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
test-cra:
needs: build # Require build to complete before running tests

name: Run cra-react-router integration tests
name: Run cra-react-router tests
runs-on: ubuntu-latest

steps:
Expand All @@ -64,7 +64,7 @@ jobs:
path: .
key: ${{ env.CACHE_KEY }}

- name: Run CRA integration tests
- name: Run integration tests
run: |
npm i --prefix=examples/cra-react-router --no-package-lock --legacy-peer-deps
npm start-server-and-test start:api 3001 start:cra http-get://127.0.0.1:3000 cypress:run
Expand All @@ -78,7 +78,7 @@ jobs:
test-gatsby:
needs: build # Require build to complete before running tests

name: Run Gatsby integration tests
name: Run Gatsby tests
runs-on: ubuntu-latest

steps:
Expand All @@ -91,7 +91,7 @@ jobs:
path: .
key: ${{ env.CACHE_KEY }}

- name: Run Gatsby integration tests
- name: Run integration tests
run: |
npm i --prefix=examples/gatsby-app --no-package-lock --legacy-peer-deps
npm start-server-and-test start:api 3001 start:gatsby 3000 cypress:run
Expand All @@ -104,7 +104,7 @@ jobs:
test-nextjs:
needs: build # Require build to complete before running tests

name: Run NextJS integration tests
name: Run NextJS tests
runs-on: ubuntu-latest

steps:
Expand All @@ -117,7 +117,7 @@ jobs:
path: .
key: ${{ env.CACHE_KEY }}

- name: Run NextJS integration tests
- name: Run integration tests
run: |
npm i --prefix=examples/nextjs-app --no-package-lock --legacy-peer-deps
npm start-server-and-test start:api 3001 start:nextjs 3000 cypress:run
Expand Down

0 comments on commit d50eda2

Please sign in to comment.