Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Aug 9, 2024
1 parent e72f95e commit 614c62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ jobs:
yarn playwright test --project=${{ matrix.browser }} --shard=${{ matrix.shard }}
env:
HOME: /root # ref: https://github.com/microsoft/playwright/issues/6500
MONGO_URI: mongodb://mongodb:27017/growi-playwright-${{ matrix.browser }}
MONGO_URI: mongodb://mongodb:27017/growi-playwright
ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi

- name: Copy dotenv file for automatic installation with allowing guest mode
Expand Down

0 comments on commit 614c62e

Please sign in to comment.