зеркало из https://github.com/nextcloud/cookbook.git
Running of the docker container again
This commit is contained in:
Родитель
37a85f5a6e
Коммит
c3fa8b1af5
|
@ -19,7 +19,7 @@ runs:
|
|||
- run: docker build -t docker-tests --build-arg PHPVERSION=${{ inputs.phpVersion }} $(pwd)/nextcloud/custom_apps/cookbook/.github/actions/run-tests/tests
|
||||
name: Build the test image
|
||||
shell: bash
|
||||
- run: echo docker run -e INPUT_DB -v "$GITHUB_WORKSPACE":/workdir docker-test
|
||||
- run: docker run -e INPUT_DB -v "$GITHUB_WORKSPACE":/workdir docker-test
|
||||
name: Run the test container
|
||||
shell: bash
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ php --version
|
|||
echo "Preparing the build system"
|
||||
|
||||
# Prepare the system
|
||||
# npm install -g npm@latest
|
||||
npm install -g npm@latest
|
||||
|
||||
# Build the system
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче