mirror of
https://github.com/rehlds/testdemos.git
synced 2025-03-04 17:45:32 +03:00
env test
This commit is contained in:
parent
e8228c5496
commit
5075db0d8b
8
.github/workflows/Build.yml
vendored
8
.github/workflows/Build.yml
vendored
@ -50,9 +50,15 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
demo: ${{ matrix.test.file }}
|
demo: ${{ matrix.test.file }}
|
||||||
desc: ${{ matrix.test.desc }}
|
desc: ${{ matrix.test.desc }}
|
||||||
run: docker run -t $imageName ./runTest.sh
|
run: |
|
||||||
|
docker run \
|
||||||
|
-t $imageName \
|
||||||
|
--env demo \
|
||||||
|
--env desc \
|
||||||
|
./runTest.sh
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user