Skip to content

Commit

Permalink
run argos on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
natserract committed Jun 11, 2024
1 parent e944c2a commit c1bd85b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
# Keep path in sync with "PLAYWRIGHT_BROWSERS_PATH"
# Can't use environment variables for `save_cache` paths (tested in https://app.circleci.com/pipelines/github/mui/material-ui/37813/workflows/5b1e207f-ac8b-44e7-9ba4-d0f9a01f5c55/jobs/223370)
- /tmp/pw-browsers
- run:
name: Upload screenshots to Argos CI
command: pnpm test:argos
environment:
ARGOS_TOKEN: $ARGOS_TOKEN
test_unit:
<<: *default-job
steps:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"test:extend": "concurrently \"pnpm test:unit\" \"pnpm test:e2e\"",
"test:e2e:ci": "pnpm lint && pnpm build && pnpm test:e2e",
"test:e2e": "NEXT_PUBLIC_IS_E2E=1 playwright test --config=playwright.config.ts",
"test:argos": "node ./scripts/runArgos.mjs",
"test:unit": "turbo run test:unit",
"prepare": "husky",
"changeset": "changeset",
Expand Down

0 comments on commit c1bd85b

Please # to comment.