Skip to content

add smoke test + gated ci #1

add smoke test + gated ci

add smoke test + gated ci #1

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Run smoke tests
run: ./test.sh