Skip to content

Commit 1f80ea8

Browse files
Environment variables for GHA logging
1 parent 2285d62 commit 1f80ea8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
build_analyzers:
1616
name: Build Analyzers
1717
runs-on: [ ubuntu-latest ]
18+
env:
19+
DEBUG: "true"
20+
FILE_LOGGING: "false"
21+
GHA_LOG: "true"
22+
LOG_FILE: "build.log"
1823
steps:
1924
- name: Checkout
2025
uses: actions/checkout@v4
@@ -30,6 +35,11 @@ jobs:
3035
build_responders:
3136
name: Build Responders
3237
runs-on: [ ubuntu-latest ]
38+
env:
39+
DEBUG: "true"
40+
FILE_LOGGING: "false"
41+
GHA_LOG: "true"
42+
LOG_FILE: "build.log"
3343
steps:
3444
- name: Checkout
3545
uses: actions/checkout@v4

0 commit comments

Comments
 (0)