Skip to content

Commit ac9a4c9

Browse files
committed
create test/output directory
1 parent c532928 commit ac9a4c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/regression-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
# 1. SETUP
2222
- name: Checkout code
2323
uses: actions/checkout@v4
24+
with:
25+
fetch-depth: 0 # Fetch all history for git describe to work
26+
27+
- name: Create output directory
28+
run: mkdir -p test/output
2429

2530
- name: Create k3s cluster
2631
id: create-cluster

0 commit comments

Comments
 (0)