Skip to content

Commit

Permalink
multi-line run: on Windows do not fail in case one of the lines fails
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Jun 14, 2024
1 parent 5c37ec7 commit acf2c65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
- name: Test compatibility with Blueprint
run: |
yarn create ton -- test-project --type tact-counter --contractName Counter
cd test-project
yarn link @tact-lang/compiler
yarn build
yarn test
yarn create ton -- test-project --type tact-counter --contractName Counter &&
cd test-project &&
yarn link @tact-lang/compiler &&
yarn build &&
yarn test &&
yarn tact --version

0 comments on commit acf2c65

Please sign in to comment.