Skip to content

Commit

Permalink
test: Update main.yml to avoid the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
looppoolloop authored Mar 4, 2024
1 parent e7ab0e8 commit 1724922
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ jobs:
name: frontend-coverage-report
path: client/memo-minder-web/coverage/index.html

- name: Get coverage report link
id: coverage-report-link
run: echo "::set-output name=coverage_report::https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
- name: Set coverage report output
run: echo "coverage_report=https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" >> $GITHUB_ENV

- name: Display coverage report link
run: echo "Coverage report is available at ${{ steps.coverage-report-link.outputs.coverage_report }}"
run: echo "Coverage report is available at $coverage_report"

backend-build-and-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1724922

Please sign in to comment.