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