Skip to content

Commit

Permalink
change workflow names
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Sickert <[email protected]>
  • Loading branch information
Lapotor committed Dec 11, 2023
1 parent 48ea69b commit fed4b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Laravel Test
name: Laravel Application Tests

on:
workflow_call:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
name: Laravel Test
name: Laravel Test - MariaDB & PostgreSQL

on:
push:
branches: [main]
pull_request:
branches: [main]

env:
DB_DATABASE: radioroster
DB_USERNAME: radioroster
DB_PASSWORD: testPassword

jobs:
laravel-mariadb:
name: Laravel with MariaDB ${{ matrix.mariadb-versions }}
Expand Down

0 comments on commit fed4b6a

Please sign in to comment.