Skip to content

Workflow file for this run

name: Test package installation
on:
workflow_dispatch:
schedule: "5 4 * * 0" # every sunday at 04:05
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
pcre:
runs-on: ubuntu-latest
steps:
- name: Run test
run: make -C packages test