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
|
||||
configure: configure.sh
|
||||
build: build.sh
|
||||
app: why2
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@ -45,7 +46,9 @@ jobs:
|
||||
run: ./${{ matrix.build }} test
|
||||
|
||||
- name: Test
|
||||
run: ./${{ matrix.output }} skipCheck
|
||||
run: |
|
||||
./${{ matrix.output }} skipCheck
|
||||
${{ app }}
|
||||
|
||||
test-project:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user