Skip to content

Clear Release Code Number when Release Code Type is NONE_OPTION #1104

Clear Release Code Number when Release Code Type is NONE_OPTION

Clear Release Code Number when Release Code Type is NONE_OPTION #1104

name: Test on PR
on:
pull_request:
paths:
- .github/workflows/test-pull-request.yml
- apps/**
- packages/**
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
- uses: vebr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
lcov-file: ./coverage/lcov.info