diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d7e843..d0d3424 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Build the app run: npm ci | - cp .env.example .env + cp .env.example .env | npm run build - name: Start the application run: npm run start &