Apply CLN fixes #5
This file contains 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: Smoke Test | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Wait for services to start | |
uses: hoverkraft-tech/compose-action@v2.0.0 | |
with: | |
up-flags: "-d" | |
- name: Run init script | |
run: ./scripts/init.sh |