Skip to content

Commit 000e6fb

Browse files
committed
Simplify GitHub actions
1 parent b831a14 commit 000e6fb

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,3 @@ jobs:
4444
run: npx gulp uploadCoverage
4545
env:
4646
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
47-
# Performed after each OS + Node.js version combination has succeeded
48-
final:
49-
needs: combinations
50-
runs-on: ubuntu-latest
51-
steps:
52-
- name: Git checkout
53-
uses: actions/checkout@v2
54-
- name: Node.js
55-
uses: actions/setup-node@v1
56-
with:
57-
node-version: 16
58-
- name: Install dependencies
59-
run: npm ci
60-
# Test coverage check must happen after tests for the whole matrix have been
61-
# performed, so we get the merged coverage map
62-
- name: Check test coverage
63-
run: npx gulp checkCoverage
64-
- name: Build
65-
run: npx gulp build
66-
- name: Deploy
67-
if:
68-
startsWith(github.event.head_commit.message, 'Release ') &&
69-
github.event_name != 'pull_request'
70-
run: npx gulp publish
71-
env:
72-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)