Skip to content

Commit 0bee944

Browse files
author
Alexander Rogalskiy
committed
Updates on files
Added changeset on workflow
1 parent 4066f86 commit 0bee944

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/k8s.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,22 @@ jobs:
4242
chmod +x kind
4343
sudo mv kind /usr/local/bin/kind
4444
45+
- name: List directories
46+
shell: bash
47+
run: |
48+
echo "Listing of directory..."
49+
ls -la scripts
50+
4551
- name: Build
4652
shell: bash
4753
run: |
54+
echo "Running build command..."
55+
chmod +x ./scripts/docker-build.sh
4856
sudo ./scripts/docker-build.sh
4957
5058
- name: Test
5159
shell: bash
5260
run: |
61+
echo "Running test command..."
62+
chmod +x ./scripts/e2e-kind.sh
5363
sudo ./scripts/e2e-kind.sh

0 commit comments

Comments
 (0)