Skip to content

Commit

Permalink
revert xvfb config
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Feb 11, 2024
1 parent a30c48e commit cd6b153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ jobs:

- name: Setup Chromium
run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
nohup $CHROMEWEBDRIVER/chromedriver --url-base=/wd/hub /dev/null 2>&1 &
- name: Start Symfony Server
run: |
Expand Down Expand Up @@ -135,7 +133,7 @@ jobs:
- name: Tests
run: |
bin/console cache:warmup --env=test
vendor/bin/codecept run --env github -c ${{ github.workspace }}/lib/test-bundle
vendor/bin/codecept run --env github -c ${{ github.workspace }}/lib/test-bundle tests/Acceptance/ExtJs/ConditionalLogicCest.php:testExtJsConditionalLogicBlockAddition --debug
- name: Log Output
uses: actions/upload-artifact@v2
Expand Down
1 change: 0 additions & 1 deletion tests/_envs/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ modules:
port: 9515
restart: true
wait: 1
window_size: 1280x1024
capabilities:
chromeOptions:
args: ['--no-sandbox', '--disable-extensions', '--headless', '--disable-gpu', '--disable-dev-shm-usage', '--window-size=1280,1024']
Expand Down

0 comments on commit cd6b153

Please sign in to comment.