Skip to content

feat+: add new test command #2

feat+: add new test command

feat+: add new test command #2

Workflow file for this run

name: continuous integration
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout source files
uses: actions/checkout@v3
- name: Run unit tests
shell: pwsh
run: ./build/test.ps1
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml