Skip to content

Commit

Permalink
ci: 🎡 sets shell to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcido committed Dec 8, 2023
1 parent 01d7337 commit 48fa06f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Setup"
description: Setup repo
runs:
using: "composite"
steps:
Expand All @@ -13,9 +14,11 @@ runs:
node-version: 18.x

- name: Install dependencies
shell: bash
run: yarn install --frozen-lockfile

- name: Build
shell: bash
run: yarn build


2 changes: 2 additions & 0 deletions .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Build and test"
description: Setup repo and run tests
runs:
using: "composite"
steps:
Expand All @@ -8,6 +9,7 @@ runs:
fetch-depth: 1

- name: Test
shell: bash
run: yarn test:ci


0 comments on commit 48fa06f

Please sign in to comment.