mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
fix action
This commit is contained in:
parent
499fd26c90
commit
fbab24ee46
2
.github/workflows/test_browser.yaml
vendored
2
.github/workflows/test_browser.yaml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
with:
|
||||
node-version: lts/*
|
||||
- name: Install dependencies
|
||||
run: npm run auto_downport && npm run auto_transpile
|
||||
run: npm i && npm run auto_downport && npm run auto_transpile
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
# - name: Run Playwright tests
|
||||
|
|
Loading…
Reference in New Issue
Block a user