mirror of
https://github.com/rehlds/testdemos.git
synced 2025-03-04 17:45:32 +03:00
test
This commit is contained in:
parent
438ca1c9e1
commit
3c977c20d8
3
.github/workflows/Build.yml
vendored
3
.github/workflows/Build.yml
vendored
@ -39,9 +39,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: ls -la && echo $imageName
|
|
||||||
- name: Build container
|
- name: Build container
|
||||||
run: docker build -t $imageName ./Dockerfile
|
run: docker build -t $imageName .
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: rsync -a deps/${{ matrix.test.type }}/* .
|
run: rsync -a deps/${{ matrix.test.type }}/* .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user