Skip to content

Commit

Permalink
Merge pull request #1423 from hashicorp/fix-prerelease-pipeline
Browse files Browse the repository at this point in the history
chore: fix edge provider tests in pre-release pipeline
  • Loading branch information
ansgarm committed Dec 15, 2021
2 parents 08401ad + 85c25db commit 7efdf7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
with:
name: dist
path: dist
- name: Upload edge-provider bindings
uses: actions/upload-artifact@v2
with:
name: edge-provider-bindings
path: packages/@cdktf/provider-generator/edge-provider-bindings
- name: publish tag
run: git push --follow-tags
- name: installing test dependencies
Expand All @@ -65,6 +70,11 @@ jobs:
with:
name: dist
path: dist
- name: Download edge-provider bindings
uses: actions/download-artifact@v2
with:
name: edge-provider-bindings
path: test/edge-provider-bindings
- name: install test dependencies
run: cd test && yarn
- name: integration tests
Expand Down

0 comments on commit 7efdf7c

Please sign in to comment.