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:
|
run_assmebly:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/workflows/build.yml
|
- uses: ./.github/workflows/build.yml
|
||||||
- name: "Generate Assembly"
|
- name: "Generate Assembly"
|
||||||
run: |
|
run: |
|
||||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -5,6 +5,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/workflows/build.yml
|
- uses: ./.github/workflows/build.yml
|
||||||
- name: "Test Project"
|
- name: "Test Project"
|
||||||
run: sbt test
|
run: sbt test
|
||||||
|
Loading…
Reference in New Issue
Block a user