hsx/.forgejo/workflows/CI.yml
paku fac4d06a93
Some checks failed
CI / test (pull_request) Failing after 5s
Fix
2025-01-11 13:59:23 +09:00

23 lines
421 B
YAML

name: 'CI'
on:
push:
branches:
- 'master'
pull_request:
jobs:
test:
runs-on: docker
container:
image: fukamachi/roswell:latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Qlot
run: ros install fukamachi/qlot
- name: Install dependencies
run: qlot install
- name: Run tests
run: .qlot/bin/rove hsx.asd