We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c6754 commit b266124Copy full SHA for b266124
.github/workflows/ci.yaml
@@ -4,9 +4,6 @@ on:
4
push:
5
tags:
6
- v*
7
- branches:
8
- - master
9
- - main
10
pull_request:
11
workflow_dispatch:
12
.github/workflows/integration_test_main.yaml.yml
@@ -4,6 +4,7 @@ on:
branches:
- main
+ workflow_dispatch:
permissions:
contents: read
@@ -29,6 +30,12 @@ jobs:
29
30
- name: make build
31
run: make build
32
33
+ - name: make verify
34
+ run: make verify
35
+
36
+ - name: make test
37
+ run: make test
38
39
- name: run integration test
40
env:
41
GARDENER_KUBECONFIG: ${{ secrets.GARDENER_LAAS_SERVICE_ACCOUNT }}
0 commit comments