chore: Cleanup after integration test#2577
Conversation
# Conflicts: # .github/workflows/ci.yml
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Autofix Details
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Orphaned workflow file not deleted during rename
- Deleted the orphaned smoke-test-run-webgl.yml file that was duplicated instead of renamed during the workflow cleanup.
Or push these changes by commenting:
@cursor push 15cc715c9e
Preview (15cc715c9e)
diff --git a/.github/workflows/smoke-test-run-webgl.yml b/.github/workflows/smoke-test-run-webgl.yml
deleted file mode 100644
--- a/.github/workflows/smoke-test-run-webgl.yml
+++ /dev/null
@@ -1,54 +1,0 @@
-name: "IntegrationTest: Run WebGL"
-on:
- workflow_call:
- inputs:
- unity-version:
- required: true
- type: string
-
-defaults:
- run:
- shell: pwsh
-
-jobs:
- run:
- name: WebGL ${{ inputs.unity-version }}
- runs-on: ubuntu-latest
- env:
- SENTRY_TEST_DSN: ${{ secrets.SENTRY_TEST_DSN }}
- SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
-
- steps:
- - name: Checkout
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
-
- - name: Initialize app-runner submodule
- run: git submodule update --init modules/app-runner
- shell: bash
-
- - name: Download test app artifact
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
- with:
- name: testapp-webgl-compiled-${{ inputs.unity-version }}
-
- - name: Extract test app
- run: tar -xvzf test-app-webgl.tar.gz
-
- - name: Install Selenium
- run: pip3 install --upgrade selenium
- shell: bash
-
- - name: Run Integration Tests
- timeout-minutes: 20
- run: |
- $env:SENTRY_WEBGL_BUILD_PATH = "samples/IntegrationTest/Build"
- Invoke-Pester -Path test/IntegrationTest/Integration.Tests.WebGL.ps1 -CI
-
- - name: Upload test results on failure
- if: ${{ failure() }}
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
- with:
- name: testapp-webgl-logs-${{ inputs.unity-version }}
- path: |
- test/IntegrationTest/results/
- retention-days: 14
\ No newline at end of fileThis Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.


We no longer need anything related to the old SmokeTester setup and the handling/fallback.
#skip-changelog