ci: avoid running workflow when merging translation PRs + use npm ci instead of install
This commit is contained in:
parent
63bd9e71af
commit
e114b4bc63
3
.github/workflows/automated-tests.yml
vendored
3
.github/workflows/automated-tests.yml
vendored
@ -13,6 +13,7 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "**/*.md"
|
- "**/*.md"
|
||||||
|
- "bigbluebutton-html5/public/locales/*.json"
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
concurrency:
|
concurrency:
|
||||||
@ -289,7 +290,7 @@ jobs:
|
|||||||
working-directory: ./bigbluebutton-tests/playwright
|
working-directory: ./bigbluebutton-tests/playwright
|
||||||
run: |
|
run: |
|
||||||
sh -c '
|
sh -c '
|
||||||
npm install
|
npm ci
|
||||||
npx playwright install-deps
|
npx playwright install-deps
|
||||||
npx playwright install
|
npx playwright install
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user