mirror of
https://github.com/rehlds/testdemos.git
synced 2025-03-04 09:35:33 +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:
|
||||
demo: ${{ matrix.test.file }}
|
||||
desc: ${{ matrix.test.desc }}
|
||||
run: docker run -t $imageName ./runTest.sh
|
||||
run: |
|
||||
docker run \
|
||||
-t $imageName \
|
||||
--env demo \
|
||||
--env desc \
|
||||
./runTest.sh
|
||||
|
||||
build:
|
||||
if: false
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user