Skip to content

Implement and use PUB_CREDENTIALS. #49

Implement and use PUB_CREDENTIALS.

Implement and use PUB_CREDENTIALS. #49

Workflow file for this run

name: package/chore
on:
# Post-submit.
push:
branches: [ main ]
# Pre-submit.
pull_request:
branches: [ main ]
paths:
- .github/workflows/package_chore.yaml
- packages/chore/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: dart-lang/[email protected]
- run: dart pub get
working-directory: packages/chore
- run: ./dev.sh check --packages packages/chore
- run: ./dev.sh test --packages packages/chore
- run: ./dev.sh coverage --packages packages/chore
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: chore
file: packages/chore/coverage/lcov.info
fail_ci_if_error: true