Fix gh actions

pull/3890/head
Julio Montoya 4 years ago
parent 456a08bfec
commit 176ab25f79
  1. 5
      .github/workflows/behat.yml

@ -29,6 +29,9 @@ jobs:
- name: Setup apache
run: |
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install nodejs nodejs-dev node-gyp libssl1.0-dev npm apache2 php${{ matrix.php-versions }} php${{ matrix.php-versions }}-common php${{ matrix.php-versions }}-cli libapache2-mod-php${{ matrix.php-versions }}
sudo a2enmod rewrite actions
sudo cp -f tests/travis/gh-apache /etc/apache2/sites-available/000-default.conf
@ -95,7 +98,7 @@ jobs:
- name: Start chrome
run: |
sudo apt install google-chrome-stable
sudo apt-get install google-chrome-stable
google-chrome --version
google-chrome-stable --version
google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &

Loading…
Cancel
Save