Skip to content

Published changes

Published changes #80

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
env:
YARN_ENABLE_HARDENED_MODE: "1"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 22
- run: corepack enable
- run: yarn install --immutable
- name: Build all packages (topological)
run: yarn build
- name: Test apphelper
run: yarn workspace @churchapps/apphelper test
- name: Test integration-sdk
run: yarn workspace @churchapps/integration-sdk test