Skip to content

Commit

Permalink
fix: missing shell in action
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 4, 2023
1 parent b61a4a7 commit ef12666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ runs:
using: "composite"
steps:
- name: Publish Test Result
shell: bash
id: test-report
run: ${{ github.action_path }}/scripts/ci/publish_cloudflare.sh
env:
Expand All @@ -38,6 +39,7 @@ runs:
DIRECTORY: ${{ inputs.test_report_path }}

- name: Publish Coverage Result
shell: bash
id: coverage-report
run: ${{ github.action_path }}/scripts/ci/publish_cloudflare.sh
env:
Expand Down

0 comments on commit ef12666

Please sign in to comment.