Skip to content

Commit be24f9b

Browse files
committed
removed build step
1 parent 862abcf commit be24f9b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/acceptance-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ jobs:
6161
go-version-file: 'go.mod'
6262
cache: true
6363

64-
- name: Build provider
65-
run: go build -o terraform-provider-ory
66-
6764
- name: Run Acceptance Tests
6865
env:
6966
ORY_KETO_TESTS_ENABLED: ${{ github.event.inputs.enable_keto_tests || 'true' }}

.github/workflows/unit-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,5 @@ jobs:
3434
go-version-file: 'go.mod'
3535
cache: true
3636

37-
- name: Build provider
38-
run: go build -o terraform-provider-ory
39-
4037
- name: Run Unit Tests
4138
run: go test -short -v ./...

0 commit comments

Comments
 (0)