diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e61e2790..f564e5a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,9 @@ jobs: - name: Lint workflows run: | ./argo-linux-amd64 lint --offline templates/ workflows/ + - name: Smoke test + run: | + ./argo-linux-amd64 --namespace=argo submit --wait --from=wftmpl/imagery-standardising --parameter=validate=false --parameter=gsd=0.3 --parameter=start_datetime=2017-12-02 --parameter=end_datetime=2018-03-11 --parameter=lifecycle="under development" --generate-name="test-ci-is-" deploy-prod: runs-on: ubuntu-latest concurrency: deploy-prod-${{ github.ref }}