Skip to content

Commit 9e69145

Browse files
committed
ci: remove nightly build
1 parent 521416b commit 9e69145

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,6 @@ jobs:
4444
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4545
run: npx codecov
4646

47-
test-nightly:
48-
name: Node Nightly Tests + Coverage
49-
runs-on: ubuntu-latest
50-
steps:
51-
- uses: actions/checkout@master
52-
- name: npm run coverage
53-
env:
54-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
55-
run: |
56-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
57-
export NVM_DIR=~/.nvm
58-
source ~/.nvm/nvm.sh
59-
NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/ nvm install node
60-
npm install
61-
npm run coverage
62-
npx codecov
63-
6447
test-electron:
6548
name: Electron - Tests
6649
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)