Skip to content

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Oct 17, 2024
1 parent ca7219c commit cf73e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
uses: ./.github/workflows/.reusable-docker-e2e-tests.yml
with:
runs-on: ubuntu-latest
e2e-image: ${{ inputs.e2e-image || ghcr.io/flagsmith/flagsmith-e2e:latest }}
api-image: ${{ inputs.api-image || ghcr.io/flagsmith/flagsmith:latest }}
e2e-image: ${{ inputs.e2e-image || 'ghcr.io/flagsmith/flagsmith-e2e:latest' }}
api-image: ${{ inputs.api-image || 'ghcr.io/flagsmith/flagsmith:latest' }}
concurrency: ${{ matrix.args.concurrency }}
tests: ${{ matrix.args.tests }}
compose-file: docker-compose-e2e-tests.${{ inputs.database-service || pgpool }}.yml
compose-file: docker-compose-e2e-tests.${{ inputs.database-service || 'pgpool' }}.yml
secrets:
gcr-token: ${{ secrets.GITHUB_TOKEN || '' }}

Expand Down

0 comments on commit cf73e6f

Please sign in to comment.