Skip to content

fix(carriers): update bol naming #81

fix(carriers): update bol naming

fix(carriers): update bol naming #81

Workflow file for this run

name: 'Run tests 🧪'
on:
pull_request:
branches:
- main
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- uses: ./.github/actions/test
with:
codacy-api-token: ${{ secrets.CODACY_API_TOKEN }}