Skip to content

Commit

Permalink
Temporarily disable report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbrain authored Jul 12, 2023
1 parent f781a5c commit 18b2ac6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ jobs:
godot-bin: ${{ env.GODOT_BIN }}
test-includes: "res://test"

- name: "✍ Set Report Name"
if: ${{ always() }}
shell: bash
run: echo "REPORT_NAME=${{ inputs.os }}-${{ inputs.godot-version }}" >> "$GITHUB_ENV"

- name: "πŸ“š Publish Unit Test Reports"
if: ${{ !cancelled() }}
uses: ./.github/actions/publish-test-report
with:
report-name: ${{ env.REPORT_NAME }}
#- name: "✍ Set Report Name"
# if: ${{ always() }}
# shell: bash
# run: echo "REPORT_NAME=${{ inputs.os }}-${{ inputs.godot-version }}" >> "$GITHUB_ENV"

- name: "πŸŽ‰ Upload Unit Test Reports"
if: ${{ !cancelled() }}
uses: ./.github/actions/upload-test-report
with:
report-name: ${{ env.REPORT_NAME }}
#- name: "πŸ“š Publish Unit Test Reports"
# if: ${{ !cancelled() }}
# uses: ./.github/actions/publish-test-report
# with:
# report-name: ${{ env.REPORT_NAME }}

#- name: "πŸŽ‰ Upload Unit Test Reports"
# if: ${{ !cancelled() }}
# uses: ./.github/actions/upload-test-report
# with:
# report-name: ${{ env.REPORT_NAME }}

0 comments on commit 18b2ac6

Please sign in to comment.