Removed a bit of unneeded stuff

This commit is contained in:
Christian Wolf 2020-10-06 14:55:25 +02:00
Родитель 335fe0c3b8
Коммит 2f4db8aa09
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9FC3120E932F73F1
2 изменённых файлов: 1 добавлений и 3 удалений

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

@ -13,5 +13,3 @@ inputs:
runs:
using: 'docker'
image: 'Dockerfile'
env:
PHP_VERSION: "$INPUT_PHPVERSION"

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

@ -1,6 +1,6 @@
#!/bin/sh -e
env
# env
cd /tests
echo "Creating test docker image with the following settings"