.github/workflows/js_tests.yml in foreman-tasks-3.0.0 vs .github/workflows/js_tests.yml in foreman-tasks-3.0.1

- old
+ new

@@ -16,12 +16,16 @@ steps: - uses: actions/checkout@v2 - name: Setup Node uses: actions/setup-node@v1 with: - node-version: ${{ matrix.node-version }} + node-version: ${{ matrix.node-version }} - name: Npm install run: npm install - name: Run plugin linter run: npm run lint - name: Run plugin tests run: npm run test + - name: Publish Coveralls + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }}