Skip to content

Adding Test cases for Location Viewset #1712

Adding Test cases for Location Viewset

Adding Test cases for Location Viewset #1712

name: Test Pull Request
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
uses: ./.github/workflows/reusable-test.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}