Skip to content

Commit

Permalink
use K8S version from Makefile and remove extra empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
spring1843 committed Mar 11, 2022
1 parent d3253f6 commit 7874775
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
K8S_VERSION: "1.21.x"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ ci: toolchain verify licenses battletest ## Run all steps used by continuous int
test: ## Run tests
ginkgo -r


strongertests:
# Run randomized, parallelized, racing, code coveraged, tests
ginkgo -r \
Expand Down

0 comments on commit 7874775

Please sign in to comment.