Skip to content

Commit

Permalink
Update namespaces in e2e dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Jan 31, 2025
1 parent 6098b46 commit 5921eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN npm install -g serve
EXPOSE 9090
EXPOSE 9191
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN pnpm build --filter=@atj/spotlight --filter=@atj/design
RUN pnpm build --filter=@gsa-tts/forms-spotlight --filter=@gsa-tts/forms-design
WORKDIR ./e2e
RUN serve ../apps/spotlight/dist -p 9090 -L & while ! nc -z localhost 9090; do sleep 1; done; pnpm playwright test;
RUN serve ../packages/design/storybook-static -p 9191 -L & while ! nc -z localhost 9191; do sleep 1; done; pnpm --filter=end-to-end-tests test:storybook --url http://localhost:9191 --config-dir ../packages/design/.storybook/ --browsers firefox chromium
Expand Down

0 comments on commit 5921eb6

Please sign in to comment.