Forgot to set validate mode for tests.
All checks were successful
Solve / example-action (push) Successful in 31s
All checks were successful
Solve / example-action (push) Successful in 31s
This commit is contained in:
parent
07e25fadd1
commit
3992e5f484
2
.github/workflows/solve.yaml
vendored
2
.github/workflows/solve.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
java-version: '21'
|
java-version: '21'
|
||||||
- uses: https://github.com/fwilhe2/setup-kotlin@main
|
- uses: https://github.com/fwilhe2/setup-kotlin@main
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./simpletest.sh
|
run: ./simpletest.sh validate
|
||||||
- name: Solutions
|
- name: Solutions
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
Loading…
Reference in New Issue
Block a user