diff --git a/.github/workflows/stepup-behat.yml b/.github/workflows/stepup-behat.yml index 783b49e..57bdfc4 100644 --- a/.github/workflows/stepup-behat.yml +++ b/.github/workflows/stepup-behat.yml @@ -28,6 +28,9 @@ jobs: cd stepup cp .env.test .env cp gateway/surfnet_yubikey.yaml.dist gateway/surfnet_yubikey.yaml + if [ ! -f ../core/haproxy/haproxy.pem ]; then + ../core/scripts/create_dev_ca.sh + fi ${DOCKER_COMPOSE} up -d - name: Install composer dependencies on the Behat container run: |