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