Skip to content

Commit

Permalink
chore: correct type in ci-build.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Oct 29, 2021
1 parent c78ee6e commit e5abdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: E2E Tests
runs-on: ubuntu-20.04
timeout-minutes: 20
needs: [ test, codegen, lint ]
needs: [ tests, codegen, lint ]
env:
KUBECONFIG: /home/runner/.kubeconfig
strategy:
Expand Down

0 comments on commit e5abdeb

Please sign in to comment.