Skip to content

Commit

Permalink
Dev: Wrong ordering (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 8, 2023
1 parent e2cf48b commit a188147
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ jobs:
- name: Check for syntax errors
run: find application/ -type f -name '*.php' -print0 | xargs -I {} -0 -P 0 php -l {}

- name: Run the test script
run: |
DOMAIN=localhost ./third_party/bin/phpunit --stop-on-failure
# Chromedriver setup.
# Note: Keep getting timeout problems on Travis with chromedriver.
# wget https://chromedriver.storage.googleapis.com/2.33/chromedriver_linux64.zip
Expand All @@ -119,3 +115,7 @@ jobs:
wget "https://selenium-release.storage.googleapis.com/3.7/selenium-server-standalone-3.7.1.jar"
export MOZ_HEADLESS=1
java -jar selenium-server-standalone-3.7.1.jar -enablePassThrough false > /dev/null 2> /dev/null &
- name: Run the test script
run: |
DOMAIN=localhost ./third_party/bin/phpunit --stop-on-failure

0 comments on commit a188147

Please sign in to comment.