Skip to content

Commit 1a8f8b0

Browse files
committed
[GHA] disable few actions
1 parent 151c4a7 commit 1a8f8b0

7 files changed

Lines changed: 0 additions & 5 deletions

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
jobs:
99
ci:
1010
runs-on: ${{ matrix.os }}
11-
env:
12-
#just hardcode this. It's not a mission-critical token, and we can always change it
13-
COVERALLS_REPO_TOKEN: "Ysqq6q68DgojDzv3gvl5Yv029HXZYwGxq"
1411
strategy:
1512
matrix:
1613
os: [ubuntu-latest, macos-latest, windows-latest]
@@ -23,6 +20,4 @@ jobs:
2320
- run: npm run build
2421
- run: npm run lint
2522
- run: npm run test
26-
# disable coverage for now (because coveralls is down right now)
27-
#- run: npm run publish-coverage
2823
- run: npm run create-package
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)