Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Update courier to 0.1.2 #11

Update courier to 0.1.2

Update courier to 0.1.2 #11

Workflow file for this run

name: PR
on:
pull_request:
paths:
- '**'
- '!**/*.md'
- '!**/*.yml'
- '!**/*.yaml'
- '.github/workflows/pr.yml'
concurrency:
group: pr-${{ github.ref }}
cancel-in-progress: true
permissions:
packages: read
jobs:
vs-ponyc-release:
name: Test against recent ponyc release
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: Build action binary
run: make build-action ssl=libressl config=debug
docker-build:
name: Verify Docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- name: Build Docker image
run: docker build .