mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
Update build_downport_branch.yml
This commit is contained in:
parent
dd0a754c71
commit
18df8dcabe
9
.github/workflows/build_downport_branch.yml
vendored
9
.github/workflows/build_downport_branch.yml
vendored
|
@ -4,9 +4,6 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build_downpor_branch:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -16,6 +13,12 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: 702
|
||||
|
||||
- name: Set up Node.js
|
||||
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 ci
|
||||
- run: npm run downport
|
||||
|
|
Loading…
Reference in New Issue
Block a user