diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26d7f90..8135e24 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,11 +33,11 @@ jobs: if: steps.client-npm-cache.outputs.cache-hit != 'true' - run: npm ci --prefix server if: steps.server-npm-cache.outputs.cache-hit != 'true' + - run: cp client/.env.example client/.env + - run: cp server/.env.example server/.env - run: npm run generate - run: npm run lint - run: npm run typecheck - - run: cp client/.env.example client/.env - - run: cp server/.env.example server/.env - run: docker compose up -d - run: npm test - run: npm run build diff --git a/client/next-env.d.ts b/client/next-env.d.ts index a4a7b3f..52e831b 100644 --- a/client/next-env.d.ts +++ b/client/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. +// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.