Skip to content

Commit 76e0de0

Browse files
Remove USE_LOCAL_ASSETS from workflow, and instead use within container
1 parent 4f63efd commit 76e0de0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
run: pnpm playwright test --shard=${{ matrix.group }}/8
4040
working-directory: ./dotcom-rendering
4141
env:
42-
NODE_ENV: 'production'
43-
USE_LOCAL_ASSETS: 'true'
42+
NODE_ENV: production
4443

4544
- uses: actions/upload-artifact@v7
4645
if: always()

dotcom-rendering/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ EXPOSE 9000
1111

1212
ENV DISABLE_LOGGING_AND_METRICS=true
1313
ENV NODE_ENV=production
14+
ENV USE_LOCAL_ASSETS=true
1415

1516
ENTRYPOINT ["node", "article-rendering/dist/server.js"]

0 commit comments

Comments
 (0)