Skip to content

Commit e0410e0

Browse files
authored
update setup (#364)
1 parent c3cfcd7 commit e0410e0

File tree

7 files changed

+7
-242
lines changed

7 files changed

+7
-242
lines changed

.github/workflows/build_downport.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
runs-on: ubuntu-latest
1313
timeout-minutes: 10
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-node@v4
15+
- uses: actions/checkout@v3
16+
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 20
19+
- run: git clone https://github.com/abap2UI5/abap2UI5-setup.git && cp -r abap2UI5-setup/* . && npm i
1920
- run: npm ci
20-
- run: npm run downport
21+
- run: npm run downport_samples
2122
- name: send to downport repository
2223
uses: peaceiris/actions-gh-pages@v3
23-
if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-samples'
2424
with:
25-
external_repository: abap2UI5-downports/abap2UI5-samples
25+
external_repository: abap2UI5-downports/abap2UI5
2626
user_name: 'github-actions[bot]'
2727
user_email: 'github-actions[bot]@users.noreply.github.com'
2828
publish_branch: main

.github/workflows/test_downport.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
18+
- run: git clone https://github.com/abap2UI5/abap2UI5-setup.git && cp -r abap2UI5-setup/* . && npm i
1819
- run: npm ci
19-
- run: npm run downport
20+
- run: npm run downport_samples

ci/abaplint-downport.jsonc

Lines changed: 0 additions & 36 deletions
This file was deleted.

package-lock.json

Lines changed: 0 additions & 141 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

test/abap_transpile.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

test/setup.mjs

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)