We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd619b6 commit 1699a29Copy full SHA for 1699a29
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
path: ${{ env.WORKSPACE_SRC_PATH }}
42
43
- name: Build and install
44
- id: build-and-tests
+ id: build-and-install
45
shell: bash
46
run: |
47
if [[ "$RUNNER_OS" == "Windows" ]]; then
@@ -126,7 +126,7 @@ jobs:
126
test_status=$([ '${{ steps.unit-tests.outcome }}' == 'success' ] && \
127
echo 'true' || echo 'false')
128
129
- build_status=$([ '${{ steps.build-and-tests.outcome }}' == 'success' ] && \
+ build_status=$([ '${{ steps.build-and-install.outcome }}' == 'success' ] && \
130
131
132
binary_status=$([ '${{ steps.create-artifact.outcome }}' == 'success' ] && \
0 commit comments