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 4066f86 commit 0bee944Copy full SHA for 0bee944
.github/workflows/k8s.yml
@@ -42,12 +42,22 @@ jobs:
42
chmod +x kind
43
sudo mv kind /usr/local/bin/kind
44
45
+ - name: List directories
46
+ shell: bash
47
+ run: |
48
+ echo "Listing of directory..."
49
+ ls -la scripts
50
+
51
- name: Build
52
shell: bash
53
run: |
54
+ echo "Running build command..."
55
+ chmod +x ./scripts/docker-build.sh
56
sudo ./scripts/docker-build.sh
57
58
- name: Test
59
60
61
+ echo "Running test command..."
62
+ chmod +x ./scripts/e2e-kind.sh
63
sudo ./scripts/e2e-kind.sh
0 commit comments