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 Jan 5, 2024
1 parent 55086c9 commit 3392ecb
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 3392ecb

Please sign in to comment.