abap2UI5/.github/workflows/test.yml
oblomov-dev 6ca092cb3b
cleanup resources & ci setup (#1387)
* cleanup resources

* update ci setup

* Update test_rename.yml

* Update test.yml

* Update test_rename.yml
2024-09-08 15:28:26 +02:00

23 lines
382 B
YAML

name: test-downporting-transpiling-unit_testing
on:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
- run: npm run downport
- run: npm run transpile
- run: npm run unit