1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

WIP: Pipeline for Single Image deploy

This commit is contained in:
Jonny McCullagh 2022-06-27 14:17:04 +01:00
parent 4bf8d68ae0
commit b6c1305b5b

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