fix: Move enos job attribute into enos-run workflow (#2374)

Maybe this will fix it? This doesn't make any sense.
pull/2379/head
Johan Brandhorst-Satzkorn 4 years ago committed by GitHub
parent 91e6857631
commit d4fce6fbe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -359,5 +359,3 @@ jobs:
artifact-name: "boundary_${{ needs.product-metadata.outputs.product-version }}_linux_amd64.zip"
go-version: ${{ needs.product-metadata.outputs.go-version }}
secrets: inherit
# Enos jobs are still a bit flaky, ensure they don't fail the workflow.
continue-on-error: true

@ -19,6 +19,8 @@ env:
jobs:
enos:
name: Integration
# Enos jobs are still a bit flaky, ensure they don't fail the workflow.
continue-on-error: true
strategy:
matrix:
include:

Loading…
Cancel
Save