Skip to content

🔀 Merge pull request #37 from blombard/dependabot/npm_and_yarn/multi-… #108

🔀 Merge pull request #37 from blombard/dependabot/npm_and_yarn/multi-…

🔀 Merge pull request #37 from blombard/dependabot/npm_and_yarn/multi-… #108

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Run
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- 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