Skip to content

Updated workflow file for build and test in CI #48

Updated workflow file for build and test in CI

Updated workflow file for build and test in CI #48

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- coverage
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build_and_test:
uses: ./.github/workflows/test.yml