This commit is contained in:
oblomov-dev 2025-02-19 22:09:52 +00:00 committed by GitHub
parent 155d4950f3
commit 8a6cb2e1cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 7 deletions

View File

@ -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

View File

@ -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": {