Skip to content

Commit 9bd0b1c

Browse files
committed
ci(bootstrap): use egress provider branch
1 parent be58db2 commit 9bd0b1c

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/bootstrap.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,22 @@ jobs:
2626
with:
2727
ref: ${{ github.sha }}
2828

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+
2940
- name: Run full E2E suite
30-
uses: agynio/e2e/.github/actions/run-tests@main
41+
uses: agynio/e2e/.github/actions/run-tests@noa/issue-206
42+
with:
43+
e2e-ref: noa/issue-206
44+
provider-binary: terraform-provider-agyn
3145

3246
- name: Dump authorization diagnostics
3347
if: failure()

0 commit comments

Comments
 (0)