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 34f8570 commit e174b76Copy full SHA for e174b76
.github/workflows/nfr.yml
@@ -140,6 +140,7 @@ jobs:
140
- name: Run Tests
141
working-directory: ./tests
142
run: |
143
+ env
144
if ${{ needs.vars.outputs.test_label != 'all' }}; then
145
sed -i '/^GINKGO_LABEL=/s/=.*/="${{ needs.vars.outputs.test_label }}"/' "scripts/vars.env" && make nfr-test CI=true;
146
else
0 commit comments