mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
github actions (#280)
This commit is contained in:
parent
e33b500cda
commit
a07f89dd79
20
.github/workflows/test2.yml
vendored
Normal file
20
.github/workflows/test2.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
name: test2
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user