Skip to content

Commit

Permalink
github: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Feb 4, 2024
1 parent 32b7abd commit a3e5e67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ jobs:
- name: Install dependencies
run: pnpm install && pnpm add --global concurrently

- name: Build & Test
- name: Build & Unit Test
run: concurrently --prefix none --group "pnpm:build" "pnpm:test"

- name: Smoke Test
run: pnpm test:smoke

- name: Submit coverage
uses: coverallsapp/github-action@master
continue-on-error: true
Expand Down

0 comments on commit a3e5e67

Please sign in to comment.