Skip to content

Commit 163ebb2

Browse files
committed
Merge branch 'feature/setup-docker' into feature/publish-docker
2 parents 94a4f48 + 9e528ad commit 163ebb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/npm-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
token: ${{ secrets.CODECOV_TOKEN }}
6363
fail_if_ci_error: true
6464
if: matrix.node == 12
65+
- uses: EnricoMi/[email protected]
66+
with:
67+
github_token: ${{ secrets.GITHUB_TOKEN }}
68+
files: coverage/junit.xml
69+
if: matrix.node == 12
6570
docker:
6671
runs-on: ubuntu-latest
6772
name: docker build

0 commit comments

Comments
 (0)