Commit d4c7b6d
committed
Enable integration tests in GitHub Actions
Uncomment the integration test steps in the test workflow to run
./test/integration-test.sh as part of PR checks. This includes:
- Setting up Ko for building Docker images (task build-image)
- Running integration tests via task test-integration
- Docker is already available on ubuntu-latest runners by default
Resolves #4
Signed-off-by: Syed Azeez <[email protected]>1 parent cf3edb9 commit d4c7b6d
1 file changed
+4
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 22 | + | |
| 23 | + | |
31 | 24 | | |
32 | 25 | | |
33 | 26 | | |
| |||
38 | 31 | | |
39 | 32 | | |
40 | 33 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 34 | + | |
| 35 | + | |
0 commit comments