From 69e90eba4bd9bd5a1d87764b096533b5de155304 Mon Sep 17 00:00:00 2001 From: Steffen Kremsler <38538932+i-love-coffee-i-love-tea@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:21:31 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a7c1247..1532608 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,23 +16,6 @@ jobs: ls ${{ github.workspace }}/test/ ls ${{ github.workspace }}/test/test_helper - run: echo "This job's status is ${{ job.status }}." - - - name: Test - run: test/bats/bin/bats --report-formatter junit --output . test/test.bats - - - - name: Test Report - uses: phoenix-actions/test-reporting@v8 - id: test-report # Set ID reference for step - if: success() || failure() # run this step even if previous step failed - with: - name: BATS Tests # Name of the check run which will be created - path: ./report.xml # Path to test results - reporter: java-junit # Format of test results - - - name: Read output variables - run: | - echo "url is ${{ steps.test-report.outputs.runHtmlUrl }}" - - + - name: Test + run: test/bats/bin/bats test/test.bats