Skip to content

Commit ba41412

Browse files
committed
WIP: new workflow
Signed-off-by: Gregor Anders <gregor.anders@gmail.com>
1 parent eae8c28 commit ba41412

File tree

12 files changed

+110
-377
lines changed

12 files changed

+110
-377
lines changed

.github/actions/build-info/action.yml

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

.github/actions/build-info/index.ts

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

.github/actions/build-info/tsconfig.json

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

.github/actions/create-release/action.yml

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

.github/actions/create-release/index.ts

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

.github/actions/create-release/tsconfig.json

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

.github/actions/upload-asset/action.yml

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

.github/actions/upload-asset/index.ts

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

.github/actions/upload-asset/tsconfig.json

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

.github/workflows/development.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ jobs:
5555
GITHUB_BRANCH: ${{ github.ref }}
5656
GITHUB_COMMIT: ${{ github.sha }}
5757
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}
58-
- name: npm run dist
59-
run: |
60-
npm run dist
61-
env:
62-
GITHUB_BRANCH: ${{ github.ref }}
63-
GITHUB_COMMIT: ${{ github.sha }}
64-
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}
65-
- name: post
66-
run: |
67-
env
6858
- name: test coverage
6959
uses: coverallsapp/github-action@master
7060
with:
@@ -82,6 +72,16 @@ jobs:
8272
uses: paambaati/codeclimate-action@v2.3.0
8373
env:
8474
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE }}
75+
GITHUB_BRANCH: ${{ github.ref }}
76+
GITHUB_COMMIT: ${{ github.sha }}
77+
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}
8578
with:
8679
coverageCommand: npm run test
8780
debug: true
81+
- name: npm run dist
82+
run: |
83+
npm run dist
84+
env:
85+
GITHUB_BRANCH: ${{ github.ref }}
86+
GITHUB_COMMIT: ${{ github.sha }}
87+
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}

0 commit comments

Comments
 (0)