Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ NEXT_PUBLIC_EMAIL_TEMPLATE_ID=template_cz5xqkf
NEXT_PUBLIC_EMAIL_PUBLIC_KEY=cmeaOeNpGPYjN8WzV
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID=UA-171018032-1
NEXT_PUBLIC_YANDEX_METRIKA_ID=89913543
NEXT_PUBLIC_ARTICLE_URL=https://raw.githubusercontent.com/TourmalineCore/TourmalineCore.Articles/master/articles/
NEXT_PUBLIC_ARTICLE_URL=https://raw.githubusercontent.com/TourmalineCore/TourmalineCore.Articles/master/articles/

FRONTEND_URL=http://localhost:3000

CMS_URL=http://localhost:1337
CMS_EMAIL=admin@init-strapi-admin.strapi.io
CMS_PASSWORD=admin
8 changes: 7 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ NEXT_PUBLIC_EMAIL_TEMPLATE_ID=template_cz5xqkf
NEXT_PUBLIC_EMAIL_PUBLIC_KEY=cmeaOeNpGPYjN8WzV
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID=UA-171018032-1
NEXT_PUBLIC_YANDEX_METRIKA_ID=89913543
NEXT_PUBLIC_ARTICLE_URL=https://raw.githubusercontent.com/TourmalineCore/TourmalineCore.Articles/master/articles/
NEXT_PUBLIC_ARTICLE_URL=https://raw.githubusercontent.com/TourmalineCore/TourmalineCore.Articles/master/articles/

FRONTEND_URL=http://localhost:3000

CMS_URL=http://localhost:1337
CMS_EMAIL=admin@init-strapi-admin.strapi.io
CMS_PASSWORD=admin
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Run Playwright Tests
run: |
npm run dev &
npm run dev:static &
npx --yes wait-on http://localhost:3000 &
npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}

Expand Down
Loading