Skip to content

Commit

Permalink
always and os==ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Oct 25, 2022
1 parent ac5cc2e commit 786d19b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
yarn test:jest --coverage
- name: Upload coverage
if: ${{ matrix.os == 'ubuntu-latest' }}
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
uses: codecov/codecov-action@v3
with:
flags: query-workbench
Expand Down

0 comments on commit 786d19b

Please sign in to comment.