Skip to content

⬆️ Bump braces from 3.0.2 to 3.0.3 #69

⬆️ Bump braces from 3.0.2 to 3.0.3

⬆️ Bump braces from 3.0.2 to 3.0.3 #69

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Install dependencies
uses: bahmutov/npm-install@v1.1.0
- name: Run tests
uses: paambaati/codeclimate-action@v2.6.0
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageCommand: yarn coverage
coverageLocations: |
${{github.workspace}}/coverage/lcov.info:lcov