Skip to content

Commit

Permalink
run full install command
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Feb 5, 2024
1 parent bc1bdfb commit dcc0bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,12 @@ playwright-run: $(NODE_DEPS) bin/mockoidc web/src/build/static/app.js bin/goaler
$(MAKE) ensure-yarn
rm -rf test/coverage/integration/playwright
mkdir -p test/coverage/integration/playwright
yarn playwright install chromium
yarn playwright install
GOCOVERDIR=test/coverage/integration/playwright yarn playwright test

playwright-ui: $(NODE_DEPS) bin/mockoidc web/src/build/static/app.js bin/goalert web/src/schema.d.ts $(BIN_DIR)/tools/prometheus reset-integration bin/MailHog ## Start the Playwright UI
$(MAKE) ensure-yarn
yarn playwright install chromium
yarn playwright install
yarn playwright test --ui

smoketest:
Expand Down

0 comments on commit dcc0bf1

Please sign in to comment.