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 a52d5e1 commit 2bf1330Copy full SHA for 2bf1330
.env
@@ -8,4 +8,6 @@ FOO_RUN_TESTS=ON
8
# Temporary: Turn off coverage reporting (requires lcov but not yet in DARMA/workflows setup requirements)
9
FOO_COVERAGE_ENABLED=OFF
10
FOO_COVERAGE_REPORT=/opt/foo/output/cov
11
-FOO_WERROR_ENABLED=0
+FOO_WERROR_ENABLED=0
12
+
13
+# TODO: in CI this should be configurable per test environment
.github/workflows/build-and-test.yml
@@ -137,7 +137,7 @@ jobs:
137
fi
138
139
if [ $FOO_TEST_REPORT != "" ]; then
140
- echo "FOO_TEST_REPORT=${FOO_TEST_REPORT}" >> "$GITHUB_OUTPUT"
+ echo "JUNIT_REPORT_PATH=${FOO_TEST_REPORT}" >> "$GITHUB_OUTPUT"
141
else
142
143
# - name: Build and test
0 commit comments