Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Nov 29, 2024
1 parent 91d1e02 commit 5e38400
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildAndTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
name: Build on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup node
uses: actions/setup-node@v4
with:
Expand All @@ -28,10 +30,13 @@ jobs:
- run: yarn install --immutable
- run: yarn run build
test:
needs: build
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 5e38400

Please sign in to comment.