Skip to content

Merge pull request #419 from projectNEWM/CU-86a1be24d_Update-title-of… #268

Merge pull request #419 from projectNEWM/CU-86a1be24d_Update-title-of…

Merge pull request #419 from projectNEWM/CU-86a1be24d_Update-title-of… #268

name: Test on main merge
on:
push:
branches:
- master
jobs:
build_and_test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npx nx run-many -t test
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/lcov.info