Moved from a custom selenium UC standalone to selenium hub with a custom UC node
This commit is contained in:
@@ -26,6 +26,7 @@ jobs:
|
||||
run: composer install --prefer-dist --no-progress --no-suggest --no-interaction
|
||||
- name: Run PHPUnit tests
|
||||
run: vendor/bin/phpunit --configuration phpunit.xml
|
||||
|
||||
build-image:
|
||||
needs: phpunit-tests
|
||||
if: success() && github.ref == 'refs/heads/main'
|
||||
|
||||
Reference in New Issue
Block a user