mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
update
This commit is contained in:
parent
155d4950f3
commit
8a6cb2e1cf
4
.github/workflows/test_browser.yaml
vendored
4
.github/workflows/test_browser.yaml
vendored
|
@ -12,10 +12,8 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: lts/*
|
||||
- name: Setup
|
||||
run: git clone https://github.com/abap2UI5/abap2UI5-setup.git && cp -r abap2UI5-setup/* . && npm i
|
||||
- name: Install dependencies
|
||||
run: npm run build
|
||||
run: npm run auto_downport && npm run auto_transpile
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
# - name: Run Playwright tests
|
||||
|
|
|
@ -8,12 +8,11 @@
|
|||
"auto_downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -r src node/downport",
|
||||
"auto_app2abap": "node .github/app2abap/trans2abap.js",
|
||||
"auto_abaplint": "npx abaplint .github/abaplint/auto_abaplint_fix.jsonc --fix",
|
||||
"auto_transpile": "rm -rf node/output && cp node/srv/*.abap node/downport && abap_transpile ./node/ci/abap_transpile.json",
|
||||
|
||||
"rename": "npm ci && abaplint .github/abaplint/rename_test.jsonc --rename",
|
||||
"express": "node node/srv/express.mjs",
|
||||
|
||||
"unit": "echo RUNNING && node output/index.mjs",
|
||||
"downport_backup": "rm -rf node/downport && cp -r src node/downport && abaplint --fix ./node/ci/abaplint-downport.jsonc && npm run syfixes",
|
||||
"auto_transpile": "rm -rf node/output && cp node/srv/*.abap node/downport && abap_transpile ./node/ci/abap_transpile.json"
|
||||
"unit": "echo RUNNING && node output/index.mjs"
|
||||
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user