Skip to content

Commit

Permalink
update path
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 a263607 commit b276b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mariadb-versions: ["10", "11"]

steps:
- uses: ./.github/actions/laravel-test.yml
- uses: ./.github/workflows/laravel-test.yml
with:
db-type: mysql
db-port: ${{ job.services.mariadb.ports[3306] }}
Expand All @@ -59,7 +59,7 @@ jobs:
psql-versions: ["14", "15", "16"]

steps:
- uses: ./.github/actions/laravel-test.yml
- uses: ./.github/workflows/laravel-test.yml
with:
db-type: pgsql
db-port: ${{ job.services.postgres.ports[5432] }}
Expand Down

0 comments on commit b276b32

Please sign in to comment.