From bf98d37d144b0c000d2e7d7cc3c22f478ecb5040 Mon Sep 17 00:00:00 2001 From: MarceauKa Date: Tue, 26 Nov 2019 09:42:30 +0100 Subject: [PATCH] :green_heart: Github action workflow --- .github/workflows/main.yml | 5 ++++- phpunit.dusk.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04d47c0..e556dc4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,8 @@ name: CI -on: [push] +on: + push: + paths: + - 'tests/Browser/**.php' jobs: dusk-php: runs-on: ubuntu-latest diff --git a/phpunit.dusk.xml b/phpunit.dusk.xml index c12ac59..5ebddd9 100644 --- a/phpunit.dusk.xml +++ b/phpunit.dusk.xml @@ -7,7 +7,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true"> + stopOnFailure="false"> ./tests/Browser/AuthTest.php