Skip to content

Commit 872cd61

Browse files
committed
Fix missing BUILDER_NAME env in test assertions step
1 parent dd08936 commit 872cd61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
run: node report/main.mjs ./compose.yml || true
9191

9292
- name: Run assertions
93+
env:
94+
BUILDER_NAME: ${{ matrix.builder_name }}
9395
run: ${{ matrix.assert_script }}
9496

9597
- name: Cleanup

0 commit comments

Comments
 (0)