WIP: Pipeline for Single Image deploy
This commit is contained in:
parent
4bf8d68ae0
commit
b6c1305b5b
|
@ -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