Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Jun 14, 2024
1 parent c5002b9 commit a25b11b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
yarn install
- name: List installed packages
run: yarn list
run: |
yarn list
yarn cross-env echo $NODE_ENV
- name: Print some environment info
run: yarn exec cross-env echo $NODE_ENV
Expand Down

0 comments on commit a25b11b

Please sign in to comment.