Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Dec 4, 2023
1 parent 76aa9e2 commit bcdaa2f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install
- run: yarn clean
- run: yarn build
- run: yarn gen
- run: yarn coverage
- name: Build and Test
- run: yarn install
- run: yarn clean
- run: yarn build
- run: yarn gen
- run: yarn coverage
- name: Test with Tact Template
- run: git clone https://github.com/tact-lang/tact-template.git
- run: cd tact-template && yarn install && yarn build && yarn test
- run: git clone https://github.com/tact-lang/tact-template.git
- run: cd tact-template && yarn install && yarn build && yarn test

0 comments on commit bcdaa2f

Please sign in to comment.