Skip to content

Commit

Permalink
Merge branch 'new' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Feb 17, 2024
2 parents 972e34d + ffdadaa commit 278a27d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yml
Expand Up @@ -11,9 +11,6 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10

strategy:
fail-fast: true

services:
mariadb:
image: mariadb
Expand All @@ -40,7 +37,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -89,9 +86,6 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10

strategy:
fail-fast: true

services:
mariadb:
image: mariadb
Expand All @@ -118,7 +112,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 278a27d

Please sign in to comment.