Skip to content

Use separate commands instead of escaped newline #12

Use separate commands instead of escaped newline

Use separate commands instead of escaped newline #12

Workflow file for this run

name: Unit Tests
permissions:
checks: write
pull-requests: write
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Unit Tests
run: ./amper test
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: (!cancelled())
with:
files: '**/build/reports/**/**/*.xml'