generated from ponylang/library-project-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbreakage-against-ponyc-latest.yml
More file actions
30 lines (27 loc) · 1.01 KB
/
breakage-against-ponyc-latest.yml
File metadata and controls
30 lines (27 loc) · 1.01 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
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-x86-64-unknown-linux-builder-with-pcre:latest
steps:
- uses: actions/checkout@v6.0.2
- name: Test
run: make test 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.