Skip to content

Commit e174b76

Browse files
committed
add env
1 parent 34f8570 commit e174b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nfr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
- name: Run Tests
141141
working-directory: ./tests
142142
run: |
143+
env
143144
if ${{ needs.vars.outputs.test_label != 'all' }}; then
144145
sed -i '/^GINKGO_LABEL=/s/=.*/="${{ needs.vars.outputs.test_label }}"/' "scripts/vars.env" && make nfr-test CI=true;
145146
else

0 commit comments

Comments
 (0)