Running of the docker container again

This commit is contained in:
Christian Wolf 2020-10-06 17:49:32 +02:00
Родитель 37a85f5a6e
Коммит c3fa8b1af5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9FC3120E932F73F1
2 изменённых файлов: 2 добавлений и 2 удалений

2
.github/actions/run-tests/action.yml поставляемый
Просмотреть файл

@ -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