We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862abcf commit be24f9bCopy full SHA for be24f9b
.github/workflows/acceptance-test.yml
@@ -61,9 +61,6 @@ jobs:
61
go-version-file: 'go.mod'
62
cache: true
63
64
- - name: Build provider
65
- run: go build -o terraform-provider-ory
66
-
67
- name: Run Acceptance Tests
68
env:
69
ORY_KETO_TESTS_ENABLED: ${{ github.event.inputs.enable_keto_tests || 'true' }}
.github/workflows/unit-test.yml
@@ -34,8 +34,5 @@ jobs:
34
35
36
37
38
39
40
- name: Run Unit Tests
41
run: go test -short -v ./...
0 commit comments