diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3a4614660..ba4128c80 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,3 +29,6 @@ jobs: - 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 \ No newline at end of file