Skip to content

Commit

Permalink
check hypothesis why it might fail on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Jun 14, 2024
1 parent c4ffbf0 commit 5c37ec7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,18 @@ jobs:
cache: "yarn"

- name: Install dependencies

run: |
corepack enable
yarn install
- name: List installed packages
run: |
yarn list
- name: Print some environment info
run: |
yarn cross-env echo $NODE_ENV
- name: Build and Test Tact compiler
run: |
yarn clean
Expand Down

0 comments on commit 5c37ec7

Please sign in to comment.