Skip to content

Commit

Permalink
Testing new PR result summary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Nov 11, 2020
1 parent 858384c commit c2f6ee5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/run-tests-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ jobs:
python-version: [3.7]
dotnet-version: [3.1.x]
runs-on: ${{ matrix.platform }}
if: ${{ always() }}
steps:
- name: Install DotNet ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v1
Expand Down Expand Up @@ -359,3 +360,21 @@ jobs:
pulumi stack -s "${{ secrets.PULUMI_TEST_OWNER }}/${{ github.sha }}-${{ github.run_number }}" -C misc/scripts/testinfra/ output kubeconfig >~/.kube/config
- name: Run ${{ matrix.tests-set }} Tests
run: make specific_test_set TestSet=Kubernetes
status-comment-notification:
runs-on: ubuntu-latest
needs: [released, kubernetes]
if: ${{ always() }}
steps:
- if
- name: Update with Build Status
uses: peter-evans/create-or-update-comment@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
issue-number: ${{ github.event.client_payload.github.payload.issue.number }}
body: |
The result of the builds is as follows:
* "Released" Job - ${{ released.status }}
* "Kubernetes" Job - ${{ kubernetes.status }}
* "Linting" Job - ${{ lint.status }}

0 comments on commit c2f6ee5

Please sign in to comment.