Skip to content

Resolve smoke test issues #3

Resolve smoke test issues

Resolve smoke test issues #3

Workflow file for this run

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/[email protected]
with:
up-flags: "-d"
- name: Run init script
run: ./scripts/init.sh