Skip to content

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Feb 29, 2024
1 parent ce3128f commit 174c4b4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@ jobs:
- name: Unzip node_modules
run: tar xzf node_modules.tar.gz
- name: Run tests
continue-on-error: true
uses: actions/setup-node@v3
with:
node-version: "18.18.0"
timeout_minutes: 25
max_attempts: 2
command: yarn test
run: yarn test

# LINT, TYPECHECK, AUDIT
ci-checks:
Expand Down

0 comments on commit 174c4b4

Please sign in to comment.