Browse Source

WIP: Pipeline for Single Image deploy

pull/6636/head
Jonny McCullagh 4 years ago
parent
commit
9ea1507bc8
  1. 3
      .github/workflows/deploy-single-image.yml

3
.github/workflows/deploy-single-image.yml

@ -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…
Cancel
Save