Skip to content

Commit

Permalink
Allow these to fail now
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Feb 9, 2024
1 parent 40d84d9 commit b21f338
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
with: {node-version: '18', cache: 'yarn'}
- run: yarn
- name: Check cycles for server target
continue-on-error: true
run: yarn cycles:server
- name: Check cycles for browser target
continue-on-error: true
run: yarn cycles:browser
- run: yarn test
- uses: nowsprinting/check-version-format-action@v3
Expand Down

0 comments on commit b21f338

Please sign in to comment.