mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-23 03:27:39 +08:00
11 lines
233 B
YAML
11 lines
233 B
YAML
name: "Test"
|
|
run-name: "Test projects to ensure they are working"
|
|
on: [workflow_call]
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: ./.github/workflows/build.yml
|
|
- name: "Test Project"
|
|
run: sbt test
|