Skip to content

Commit

Permalink
fix: remove retry logic in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlwn123 committed Oct 14, 2024
1 parent 3834f34 commit 3268be0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ jobs:
run: pnpm exec playwright install

- name: Run Tests
uses: nick-fields/retry@v3
with:
command: nix develop -c pnpm test
max_attempts: 3
timeout_seconds: 180
run: nix develop -c pnpm test

build-docs:
name: Build Docs
Expand Down

0 comments on commit 3268be0

Please sign in to comment.