Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Jul 9, 2024
1 parent 87ce7e5 commit 61479bf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Link Tact yarn package
run: |
yarn link @tact-lang/compiler
yarn link
- name: CLI Test | Compare Tact version from CLI flag `--version` against package.json
if: runner.os != 'Windows'
Expand Down Expand Up @@ -121,15 +121,12 @@ jobs:
run: |
tact -e '(1 + 2 * (pow(3,4) - 2) << 1 & 0x54 | 33 >> 1) * 2 + 2'
- name: Link Tact compiler
run: |
yarn link
- name: Test compatibility with tact-template
run: |
git clone https://github.com/tact-lang/tact-template.git
cd tact-template
yarn install
yarn link @tact-lang/compiler
yarn build
yarn test
tact --version
Expand All @@ -138,6 +135,7 @@ jobs:
run: |
yarn create ton -- test-project --type tact-counter --contractName Counter
cd test-project
yarn link @tact-lang/compiler
yarn build
yarn test
tact --version

0 comments on commit 61479bf

Please sign in to comment.