mirror of
https://github.com/rehlds/testdemos.git
synced 2025-03-04 09:35:33 +03:00
test
This commit is contained in:
parent
23220d6998
commit
438ca1c9e1
5
.github/workflows/Build.yml
vendored
5
.github/workflows/Build.yml
vendored
@ -12,7 +12,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
playtest:
|
playtest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: rehldsorg/testdemos:latest
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -40,9 +39,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: ls -la
|
- run: ls -la && echo $imageName
|
||||||
- name: Build container
|
- name: Build container
|
||||||
run: docker build -t $imageName ./Dockerfile
|
run: docker build -t $imageName ./Dockerfile
|
||||||
|
|
||||||
- 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