Skip to content

Commit

Permalink
Disable K8s tests in Github Actions (until in-cluster tests are added)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Oct 14, 2024
1 parent 75309b6 commit 3697de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
version: [1.0.0, 1.1.0]
db: ["boltdb", "mongodb"]
compute: ["local", "kubernetes"]
compute: ["local"]
storage: ["local", "s3"]
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3697de7

Please sign in to comment.