mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2025-02-12 18:59:53 +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
|