Skip to content

Commit 1699a29

Browse files
committed
Add 'Notify dasboard' step to CI
1 parent cd619b6 commit 1699a29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: ${{ env.WORKSPACE_SRC_PATH }}
4242

4343
- name: Build and install
44-
id: build-and-tests
44+
id: build-and-install
4545
shell: bash
4646
run: |
4747
if [[ "$RUNNER_OS" == "Windows" ]]; then
@@ -126,7 +126,7 @@ jobs:
126126
test_status=$([ '${{ steps.unit-tests.outcome }}' == 'success' ] && \
127127
echo 'true' || echo 'false')
128128
129-
build_status=$([ '${{ steps.build-and-tests.outcome }}' == 'success' ] && \
129+
build_status=$([ '${{ steps.build-and-install.outcome }}' == 'success' ] && \
130130
echo 'true' || echo 'false')
131131
132132
binary_status=$([ '${{ steps.create-artifact.outcome }}' == 'success' ] && \

0 commit comments

Comments
 (0)