![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/v-idle/.github/workflows/ |
name: Test on: [push, pull_request] jobs: test: strategy: matrix: node-version: [10.x, 12.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: 'Install dependencies' run: npm ci - name: 'Test' run: npm run test - name: Codecov uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/coverage-final.json - name: Slack Notification uses: lazy-actions/[email protected] if: always() with: type: ${{ job.status }} job_name: 'Github' channel: '#github' url: ${{ secrets.SLACK_WEBHOOK }}