Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/visual_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
cache: pnpm
- name: Install Dependencies
run: pnpm install
- name: Run Tests
run: pnpm test:frontend:screenshots
- name: Capture Screenshots
run: pnpm --filter frontend exec ember exam --parallel=3 --load-balance --config-file=testem.screenshots.js
- name: Rename screenshots
run: |
cd build/screenshots
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:
cache: pnpm
- name: Install Dependencies
run: pnpm install
- name: Run Tests
run: pnpm test:frontend:screenshots
- name: Capture Screenshots
run: pnpm --filter frontend exec ember exam --parallel=3 --load-balance --config-file=testem.screenshots.js
- name: Rename screenshots
run: |
cd build/screenshots
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:lti-course-manager": "pnpm --filter lti-course-manager exec ember exam --parallel=8 --load-balance",
"test:lti-dashboard": "pnpm --filter lti-dashboard exec ember exam --parallel=8 --load-balance",
"test:test-app": "pnpm --filter test-app exec ember exam --parallel=8 --load-balance",
"test:frontend:screenshots": "pnpm --filter frontend exec ember test --config-file=testem.screenshots.js",
"test:frontend:screenshots": "pnpm --filter frontend exec ember exam --parallel=8 --load-balance --config-file=testem.screenshots.js",
"prepare": "husky"
},
"engines": {
Expand Down
Loading