1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

WIP: Pipeline for Single Image deploy

This commit is contained in:
Jonny McCullagh 2022-06-27 14:17:04 +01:00
parent e54583f689
commit 9ea1507bc8

View file

@ -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