Skip to content

Commit

Permalink
Update testing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix-hub authored Dec 19, 2023
1 parent 8b92af1 commit 91b9bd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
test:
name: Execute Testsuite
runs-on: ubuntu-latest
outputs:
table: ${{ steps.test-library.outputs.table }}
passed: ${{ steps.test-library.outputs.passed }}
steps:
- name: Test library
id: test-library
Expand All @@ -20,4 +23,4 @@ jobs:
steps:
- uses: mshick/add-pr-comment@v2
with:
message: ${{ jobs.test.outputs.table }}"
message: ${{ needs.test.outputs.table }}"

0 comments on commit 91b9bd6

Please sign in to comment.