Skip to content

Commit

Permalink
TEST-1234 Update backend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Apr 19, 2024
1 parent 153349e commit 991038d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ jobs:
- name: Create output variable
id: code-coverage-summary
run: |
echo first
ls -la
echo second
ls -la ../../
cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
echo "markdown<<EOF" >> $GITHUB_OUTPUT
cat code-coverage-results.md >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 991038d

Please sign in to comment.