Skip to content

STUD-228: Update "primary creator" artist agreement checkbox copy #1653

STUD-228: Update "primary creator" artist agreement checkbox copy

STUD-228: Update "primary creator" artist agreement checkbox copy #1653

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
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- 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