Skip to content

Commit

Permalink
Update workflow for testing against react@next (#10323)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 29, 2020
1 parent 41d1757 commit 7e2170b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_react_next.yml
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: cd repo && yarn install --frozen-lockfile --check-files
- run: yarn install --frozen-lockfile --check-files
env:
NEXT_TELEMETRY_DISABLED: 1

- run: cd repo && yarn upgrade react@next react-dom@next -W --dev
- run: yarn upgrade react@next react-dom@next -W --dev

- uses: actions/cache@v1
id: cache-build
Expand All @@ -38,7 +38,7 @@ jobs:
path: '.'
key: ${{ github.sha }}

- run: cd repo && node run-tests.js --timings -g ${{ matrix.group }}/6 -c 3
- run: node run-tests.js --timings -g ${{ matrix.group }}/6 -c 3
env:
NEXT_TELEMETRY_DISABLED: 1
HEADLESS: true

0 comments on commit 7e2170b

Please sign in to comment.