Skip to content

Commit

Permalink
fix: try to make test less flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Jul 12, 2024
1 parent c5ed8df commit 6518b8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
- name: 🦺 Check Format and Lint
id: static
run: pnpm run check
continue-on-error: true

- name: 📦 Build Packages
id: build
run: pnpm run build:packages

- name: 🚧 Test 1
id: test-1
Expand Down

0 comments on commit 6518b8b

Please sign in to comment.