File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2727
2828 build-showcases :
2929 uses : ./.github/workflows/01-build-showcases.yml
30- needs : [build-packages]
30+ needs : [build-packages, get-publish-version ]
3131 with :
3232 release : ${{ needs.get-publish-version.outputs.release }}
3333 preRelease : ${{ needs.get-publish-version.outputs.preRelease }}
Original file line number Diff line number Diff line change @@ -233,15 +233,14 @@ Playwright is used to create and compare screenshots of each individual componen
233233
234234To update screenshots, the following steps are needed for running tests on Linux in CI (Github Actions):
235235
236- ` ` `
236+ ` ` ` shell
237237docker run -- rm -- network host - v $ (pwd): / work/ - w / work/ - it mcr .microsoft .com / playwright: v1.30 .0 - focal / bin/ bash
238238
239239npm install
240240
241241cd output/ ${frameworkFolder}
242242
243243npx playwright test -- update- snapshots
244-
245244` ` `
246245
247246## Contributions
You can’t perform that action at this time.
0 commit comments