There was an error while loading. Please reload this page.
1 parent be58db2 commit 9bd0b1cCopy full SHA for 9bd0b1c
1 file changed
.github/workflows/bootstrap.yml
@@ -26,8 +26,22 @@ jobs:
26
with:
27
ref: ${{ github.sha }}
28
29
+ - name: Build Terraform provider from PR #81
30
+ uses: actions/checkout@v4
31
+ with:
32
+ repository: agynio/terraform-provider-agyn
33
+ ref: noa/issue-153-continue
34
+ path: terraform-provider-agyn
35
+
36
+ - name: Build Terraform provider binary
37
+ working-directory: terraform-provider-agyn
38
+ run: go build -o ../terraform-provider-agyn .
39
40
- name: Run full E2E suite
- uses: agynio/e2e/.github/actions/run-tests@main
41
+ uses: agynio/e2e/.github/actions/run-tests@noa/issue-206
42
43
+ e2e-ref: noa/issue-206
44
+ provider-binary: terraform-provider-agyn
45
46
- name: Dump authorization diagnostics
47
if: failure()
0 commit comments