Skip to content

Commit

Permalink
Fix env variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
herbertroth committed May 6, 2024
1 parent 0bf1356 commit 6a66197
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/reusable-codeception-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: "Codeception tests"
on:
workflow_call:
inputs:
PIMCORE_PROJECT_ROOT:
required: true
type: string
APP_ENV:
required: true
type: string
Expand All @@ -25,7 +22,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
env:
PIMCORE_TEST_DB_DSN: "mysql://root@127.0.0.1:33006/pimcore_test?serverVersion=${{ matrix.server_version }}"
PIMCORE_PROJECT_ROOT: ${{ inputs.PIMCORE_PROJECT_ROOT }}
PIMCORE_PROJECT_ROOT: ${{ github.workspace }}
APP_ENV: ${{ inputs.APP_ENV }}
PIMCORE_TEST: ${{ inputs.PIMCORE_TEST }}
strategy:
Expand Down

0 comments on commit 6a66197

Please sign in to comment.