-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbreakage-against-ponyc-latest.yml
More file actions
31 lines (28 loc) · 1.03 KB
/
breakage-against-ponyc-latest.yml
File metadata and controls
31 lines (28 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: ponyc update breakage test
on:
repository_dispatch:
types:
- shared-docker-builders-updated
permissions:
packages: read
jobs:
vs-ponyc-latest:
name: Test against ponyc main
runs-on: ubuntu-latest
container:
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.0:release
steps:
- uses: actions/checkout@v6.0.2
- name: Test
run: make test ssl=libressl config=debug
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5
with:
api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }}
email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}
organization-url: 'https://ponylang.zulipchat.com/'
to: notifications
type: stream
topic: ${{ github.repository }} scheduled job failure
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.