Coeur-Morny-Cono/.github/workflows/test.yml

12 lines
267 B
YAML
Raw Normal View History

2024-08-09 01:15:21 +08:00
name: "Test"
run-name: "Test projects to ensure they are working"
on: [workflow_call]
jobs:
test:
runs-on: ubuntu-latest
steps:
2024-08-09 01:18:33 +08:00
- uses: actions/checkout@v4
2024-08-09 01:15:21 +08:00
- uses: ./.github/workflows/build.yml
- name: "Test Project"
run: sbt test