We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521416b commit 9e69145Copy full SHA for 9e69145
.github/workflows/test.yml
@@ -44,23 +44,6 @@ jobs:
44
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
45
run: npx codecov
46
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
-
64
test-electron:
65
name: Electron - Tests
66
runs-on: ${{ matrix.os }}
0 commit comments