added testing why2-app into gh workflow
This commit is contained in:
parent
6cad7ff693
commit
2441fbf832
5
.github/workflows/why2-test.yml
vendored
5
.github/workflows/why2-test.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
|||||||
output: out/why2-test
|
output: out/why2-test
|
||||||
configure: configure.sh
|
configure: configure.sh
|
||||||
build: build.sh
|
build: build.sh
|
||||||
|
app: why2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -45,7 +46,9 @@ jobs:
|
|||||||
run: ./${{ matrix.build }} test
|
run: ./${{ matrix.build }} test
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./${{ matrix.output }} skipCheck
|
run: |
|
||||||
|
./${{ matrix.output }} skipCheck
|
||||||
|
${{ app }}
|
||||||
|
|
||||||
test-project:
|
test-project:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user