Migrate to GitHub Actions (#1104)

* Create nodejs.yml

* Run only on push

* Renamed jobs

* Removed .travis.yml

* Split coverage job and cleanup

* Skip flaky test

* Code coverage reporting

* Renamed codecov file

* Added backport action

* Updated integration test configuration

* Removed unused dependencies

* Fixes
This commit is contained in:
Tomas Della Vedova
2020-03-10 09:03:26 +01:00
committed by GitHub
parent 58a2618f4c
commit 94d4ac7525
7 changed files with 154 additions and 63 deletions

View File

@ -111,7 +111,7 @@ test('Should handle hostnames in publish_address', t => {
})
})
test('Sniff interval', t => {
test('Sniff interval', { skip: 'Flaky on CI' }, t => {
t.plan(10)
buildCluster(({ nodes, shutdown, kill }) => {