We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2285d62 commit 1f80ea8Copy full SHA for 1f80ea8
.github/workflows/build.yml
@@ -15,6 +15,11 @@ jobs:
15
build_analyzers:
16
name: Build Analyzers
17
runs-on: [ ubuntu-latest ]
18
+ env:
19
+ DEBUG: "true"
20
+ FILE_LOGGING: "false"
21
+ GHA_LOG: "true"
22
+ LOG_FILE: "build.log"
23
steps:
24
- name: Checkout
25
uses: actions/checkout@v4
@@ -30,6 +35,11 @@ jobs:
30
35
build_responders:
31
36
name: Build Responders
32
37
38
39
40
41
42
33
43
34
44
45
0 commit comments