Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash committed Nov 8, 2023
1 parent bba8a69 commit 4e94bda
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,6 @@ jobs:
run: |
npx turbo run build
test_js:
strategy:
fail-fast: true

name: Test js package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install node deps and founry
uses: ./.github/actions/setup_deps

- name: Test js package
run: |
npx turbo run test:js
Expand Down

0 comments on commit 4e94bda

Please sign in to comment.