Fix per-tenant configuration update at runtime #159
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |