💚 Github action workflow

This commit is contained in:
MarceauKa 2019-11-26 09:42:30 +01:00
parent b59442610f
commit bf98d37d14
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
name: CI
on: [push]
on:
push:
paths:
- 'tests/Browser/**.php'
jobs:
dusk-php:
runs-on: ubuntu-latest

View File

@ -7,7 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true">
stopOnFailure="false">
<testsuites>
<testsuite name="Shaark Test Suite">
<file>./tests/Browser/AuthTest.php</file>