Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Jul 13, 2024
1 parent 3bee4d4 commit 73a853e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Capture compiled stdlib
if: runner.os != 'Windows'
run: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
yarn clean
yarn gen
yarn build
- name: Verify fresh compiled stdlib
if: runner.os != 'Windows'
run: |
Expand All @@ -63,7 +63,7 @@ jobs:
echo "The stdlib.ts content does not match after compilation. Failing the workflow."
exit 1
fi
- name: Test Tact compiler
run: |
yarn coverage
Expand Down

0 comments on commit 73a853e

Please sign in to comment.