Skip to content

🔀 Merge pull request #28 from blombard/dependabot/npm_and_yarn/ws-7.5.10 #95

🔀 Merge pull request #28 from blombard/dependabot/npm_and_yarn/ws-7.5.10

🔀 Merge pull request #28 from blombard/dependabot/npm_and_yarn/ws-7.5.10 #95

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Tests
run: |
npm ci
npm t
- name: Code Climate Coverage Action
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: npm run coverage