mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-24 12:07:39 +08:00
test actions fix
This commit is contained in:
parent
78e2c4b65f
commit
9965f78406
1
.github/workflows/assembly-run.yml
vendored
1
.github/workflows/assembly-run.yml
vendored
@ -4,6 +4,7 @@ jobs:
|
||||
run_assmebly:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/workflows/build.yml
|
||||
- name: "Generate Assembly"
|
||||
run: |
|
||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -5,6 +5,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/workflows/build.yml
|
||||
- name: "Test Project"
|
||||
run: sbt test
|
||||
|
Loading…
Reference in New Issue
Block a user