Skip to content

Commit

Permalink
ci: reenable dev fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 1, 2022
1 parent 556025d commit 2e989e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
- name: Test (fixtures)
run: yarn test:fixtures

# - name: Test (fixtures with dev)
# run: yarn test:fixtures:dev
# env:
# NODE_OPTIONS: --max-old-space-size=8192
- name: Test (fixtures with dev)
run: yarn test:fixtures:dev
env:
NODE_OPTIONS: --max-old-space-size=8192

test-fixtures-webpack:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2e989e3

Please sign in to comment.