Skip to content

Commit

Permalink
fix(CI): specify shell in composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-devatom committed Oct 23, 2023
1 parent 8a11842 commit d0f812e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/build-hardhat/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ runs:

- name: Build contracts
run: yarn build:hardhat --force # don't use compilation cache
shell: bash

- name: Build package
run: yarn build:pkg
run: yarn build:pkg
shell: bash

0 comments on commit d0f812e

Please sign in to comment.