WIP: Pipeline for Single Image deploy
This commit is contained in:
parent
e54583f689
commit
9ea1507bc8
|
@ -45,6 +45,9 @@ jobs:
|
||||||
name: "test"
|
name: "test"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
node-version: [14.x]
|
||||||
steps:
|
steps:
|
||||||
- name: Test Code Coverage
|
- name: Test Code Coverage
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
|
|
Loading…
Reference in New Issue