abap2UI5/.github/workflows/test_unit.yaml
oblomov-dev 5cdac21767
Some checks failed
UI5_2X / UI5_2X (push) Waiting to run
auto_abaplint_fix / auto_abaplint_fix (push) Waiting to run
auto_downport / auto_downport (push) Waiting to run
auto_app2abap / auto_app2abap (push) Has been cancelled
auto_frontend / auto_frontend (push) Has been cancelled
update badges
2025-02-19 15:32:07 +00:00

21 lines
409 B
YAML

name: test_unit
on:
pull_request:
permissions:
contents: read
jobs:
test_unit:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: git clone https://github.com/abap2UI5/abap2UI5-setup.git && cp -r abap2UI5-setup/* . && npm i
- run: npm run build
- run: npm run unit