Skip to content

Commit

Permalink
Add attw to CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Mar 25, 2023
1 parent bddf070 commit 2c5d009
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,16 @@ jobs:
fail-fast: false
matrix:
node: ['16.x']
example: ['cra4', 'cra5', 'next', 'vite', 'node-standard', 'node-esm']
example:
[
'cra4',
'cra5',
'next',
'vite',
'node-standard',
'node-esm',
'are-the-types-wrong',
]
defaults:
run:
working-directory: ./examples/publish-ci/${{ matrix.example }}
Expand Down Expand Up @@ -186,5 +195,5 @@ jobs:
- name: Build example
run: yarn build

- name: Run Playwright test
- name: Run test step
run: yarn test

0 comments on commit 2c5d009

Please sign in to comment.