Skip to content

Commit 2bf1330

Browse files
committed
#1: fix ci invalid variable
1 parent a52d5e1 commit 2bf1330

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ FOO_RUN_TESTS=ON
88
# Temporary: Turn off coverage reporting (requires lcov but not yet in DARMA/workflows setup requirements)
99
FOO_COVERAGE_ENABLED=OFF
1010
FOO_COVERAGE_REPORT=/opt/foo/output/cov
11-
FOO_WERROR_ENABLED=0
11+
FOO_WERROR_ENABLED=0
12+
13+
# TODO: in CI this should be configurable per test environment

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
fi
138138
139139
if [ $FOO_TEST_REPORT != "" ]; then
140-
echo "FOO_TEST_REPORT=${FOO_TEST_REPORT}" >> "$GITHUB_OUTPUT"
140+
echo "JUNIT_REPORT_PATH=${FOO_TEST_REPORT}" >> "$GITHUB_OUTPUT"
141141
else
142142
143143
# - name: Build and test

0 commit comments

Comments
 (0)