From 3ca770aa631dbdbfeca81d6fb33246e59295fb59 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 1 Feb 2021 13:27:33 +0100 Subject: [PATCH] CI: another round of CI-wrangling --- .github/workflows/ci-neon.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-neon.yml b/.github/workflows/ci-neon.yml index 0c691dbd3..95fbd5230 100644 --- a/.github/workflows/ci-neon.yml +++ b/.github/workflows/ci-neon.yml @@ -85,12 +85,23 @@ jobs: working-directory: ${{ env.BUILDDIR }} run: | make install VERBOSE=1 + - + name: Dump steps context + env: + JOBS_CONTEXT: ${{ toJSON(job) }} + STEPS_CONTEXT: ${{ toJSON(steps) }} + run: | + echo "STEPS" + echo "$STEPS_CONTEXT" + echo "JOB" + echo "$JOB_CONTEXT" - name: notify uses: rectalogic/notify-irc@v1 + if: always() with: server: chat.freenode.net channel: "#calamares" nickname: gh-notify message: | - ${{ github.actor }} pushed ${{ github.event.ref }} CI ${{ steps.install.conclusion }} JOB ${{ github.job }} RUN ${{ github.run_id }} + ${{ github.actor }} result ${{ steps.install.conclusion }} - ${{ steps.install.outcome }} - ${{ job.status }} RUN ${{ github.run_id }}