Update package.json
[poolifier.git] / .github / workflows / main.yml
index 2dc44def1ec76f0e8eb4d7f4c2a85398a0d82863..a47cdc6c2c9ece21685525fe3649a16a742d83ea 100644 (file)
@@ -1,4 +1,4 @@
-name: Node CI
+name: NodeCI
 
 on: [push]
 
@@ -9,7 +9,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [10.x, 12.x]
+        node-version: [12.x, 13.x]
 
     steps:
     - uses: actions/checkout@v1
@@ -22,7 +22,7 @@ jobs:
         npm ci
         npm run build --if-present
         npm run test
-        cd test/integration
-        ./integration.sh
+        export COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }}
+        npm run coverage
       env:
         CI: true