Skip to content

Commit

Permalink
add required shell argument
Browse files Browse the repository at this point in the history
  • Loading branch information
aadnekar committed Jan 18, 2024
1 parent 10cc5dc commit 8c48679
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/build_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name: Run test and build
runs:
using: "composite"
steps:

- name: Install Dependencies
shell: bash
run: npm ci
- name: Run all checks
shell: bash
run: npm run check
- name: Run Tests
shell: bash
run: npm test
- name: Build for Production
shell: bash
run: npm run build:prod

0 comments on commit 8c48679

Please sign in to comment.