Skip to content

Commit

Permalink
Update snapshot-ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Leclerc <[email protected]>
  • Loading branch information
clementleclercRTE authored Dec 2, 2024
1 parent 8043586 commit 8c0d34e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/snapshot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
env:
BUILD_STATUS: ${{ github.workspace }}/build_status.txt


jobs:
build_pypowsybl:
name: Build ${{ matrix.config.name }} ${{ matrix.python.name }} wheel
Expand Down Expand Up @@ -259,6 +258,14 @@ jobs:
echo "=== BUILD STATUS REPORT ==="
cat $BUILD_STATUS
echo "=========================="
- name: Read Build Status
if: always()
id: build_status
run: |
echo "BUILD_STATUS_CONTENT<<EOF" >> $GITHUB_OUTPUT
cat $BUILD_STATUS >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
#SLACK NOTIFICATION ON FAILURE
notify_slack:
Expand Down

0 comments on commit 8c0d34e

Please sign in to comment.