Skip to content

Commit

Permalink
Merge pull request #341 from samkim/disable-e2e
Browse files Browse the repository at this point in the history
Disable e2e github step
  • Loading branch information
jakedt committed Dec 16, 2021
2 parents 95cd1dc + fff5dc7 commit 1d4a393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -46,6 +46,8 @@ jobs:
run: "go test -tags ci ./..."

e2e:
# Explicitly disabling e2e testing
if: "false"
name: "E2E"
runs-on: "ubuntu-latest"
steps:
Expand Down

0 comments on commit 1d4a393

Please sign in to comment.