We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd25c9 commit 2787a5cCopy full SHA for 2787a5c
1 file changed
.github/workflows/build.yaml
@@ -213,6 +213,8 @@ jobs:
213
test-e2e:
214
name: Run e2e tests
215
runs-on: ubuntu-22.04
216
+ env:
217
+ LOG_LEVEL: debug
218
needs: [changes, build]
219
if: needs.changes.outputs.code == 'true' || needs.changes.outputs.deps == 'true' || needs.changes.outputs.ci == 'true'
220
@@ -248,6 +250,7 @@ jobs:
248
250
249
251
env:
252
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
253
254
255
256
0 commit comments