We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce69e15 commit 2a4fc84Copy full SHA for 2a4fc84
.github/workflows/mac-test.yaml
@@ -170,15 +170,6 @@ jobs:
170
su ec2-user -c "cd ${{ github.workspace }} && DOCKER_HOST=unix:///Applications/Finch/lima/data/finch/sock/finch.sock make test-e2e-inside-vm"
171
shell: bash
172
173
- # Run e2e tests with OPA authorization
174
- - name: Run opa e2e tests
175
- run: |
176
- echo "Running e2e tests with OPA authorization as ec2-user..."
177
-
178
- echo "Using DOCKER_HOST=unix:///Applications/Finch/lima/data/finch/sock/finch.sock"
179
- su ec2-user -c "cd ${{ github.workspace }} && DOCKER_HOST=unix:///Applications/Finch/lima/data/finch/sock/finch.sock make test-e2e-opa"
180
- shell: bash
181
182
# Cleanup
183
- name: Stop Finch VM
184
run: |
0 commit comments