Skip to content

Fix per-tenant configuration update at runtime #159

Fix per-tenant configuration update at runtime

Fix per-tenant configuration update at runtime #159

Workflow file for this run

name: ci
on:
push:
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ${{ inputs.ff-os }}
steps:
- name: Set up Ubuntu package dependencies
run: |
sudo apt-get update
sudo apt-get install -y libaio1
- name: Run shared CI workflow
uses: killbill/gh-actions-shared/.github/workflows/ci.yml@main