Skip to content

[Feature] Options added to 'on' helper (#90) #85

[Feature] Options added to 'on' helper (#90)

[Feature] Options added to 'on' helper (#90) #85

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run Tests
run: yarn test --collectCoverage
- name: Publish code coverage
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}