Skip to content

Commit

Permalink
yarn list
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Jun 14, 2024
1 parent 55fc4b3 commit c5002b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
corepack enable
yarn install
- name: List installed packages
run: yarn list

- name: Print some environment info
run: yarn exec cross-env-shell echo $NODE_ENV
run: yarn exec cross-env echo $NODE_ENV

- name: Build and Test Tact compiler
run: |
Expand Down

0 comments on commit c5002b9

Please sign in to comment.