Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
- Adding shell
  • Loading branch information
jacksonhyde authored Jun 21, 2024
1 parent 71cb01f commit 15a9217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ runs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Enable corepack
shell: bash
run: corepack enable
- name: Install yarn
shell: bash
run: npm i -g yarn
- name: Install dependencies
shell: bash
run: yarn install --immutable --immutable-cache --check-cache
- name: 'Test'
shell: bash
run: yarn test

0 comments on commit 15a9217

Please sign in to comment.