Skip to content

Commit

Permalink
Disable sandwich-contexts-kubernetes test in CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Sep 18, 2024
1 parent d68a3a2 commit a307407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sandwich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ jobs:
if: always()
run: stack test sandwich-contexts-docker --stack-yaml ${{matrix.yaml}} --system-ghc

- name: Test (sandwich-contexts-kubernetes)
if: always()
run: stack test sandwich-contexts-kubernetes --stack-yaml ${{matrix.yaml}} --system-ghc
# - name: Test (sandwich-contexts-kubernetes)
# if: always()
# run: stack test sandwich-contexts-kubernetes --stack-yaml ${{matrix.yaml}} --system-ghc

- name: Test (sandwich-contexts-minio)
if: always()
Expand Down

0 comments on commit a307407

Please sign in to comment.