File tree Expand file tree Collapse file tree 3 files changed +0
-164
lines changed Expand file tree Collapse file tree 3 files changed +0
-164
lines changed Original file line number Diff line number Diff line change @@ -254,15 +254,6 @@ jobs:
254254 npx playwright merge-reports --reporter html ./all-blob-reports
255255 npx playwright merge-reports --reporter json ./all-blob-reports > merged_reports.json
256256
257- # FIXME(serhalp) Once we recover access to the SquidlifyBot Slack App, reenable this.
258- # - name: Notify Slack
259- # if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.head_ref == 'main'
260- # run: npx playwright-slack-report -j merged_reports.json -c tests/playwright-slack-conf.json
261- # env:
262- # SLACK_BOT_USER_OAUTH_TOKEN: ${{ secrets.SLACK_BOT_USER_OAUTH_TOKEN }}
263- # RESULTS_VERSION: ${{ matrix.version }}
264- # RESULTS_URL: ${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}
265-
266257 - name : Upload HTML report
267258 uses : actions/upload-artifact@v4
268259 with :
Original file line number Diff line number Diff line change @@ -245,9 +245,6 @@ jobs:
245245 id : publish-test-results
246246 if : success() || failure()
247247 run : |
248- echo "slackEvent<<NETLIFY_EOF" >> $GITHUB_OUTPUT
249- deno run -A tools/deno/junit2slack.ts --dir artifacts --version ${{matrix.version_spec.selector}} --runUrl ${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}} >> $GITHUB_OUTPUT
250- echo "NETLIFY_EOF" >> $GITHUB_OUTPUT
251248 deno run -A tools/deno/junit2json.ts artifacts ${{ matrix.version_spec.tag }} > report/test-results.json
252249 deno run -A tools/deno/generate-md.ts >> $GITHUB_STEP_SUMMARY
253250
@@ -259,13 +256,3 @@ jobs:
259256 # actual filename.
260257 name : ${{matrix.version_spec.selector}}-test-results.json
261258 path : report/test-results.json
262-
263- # FIXME(serhalp) Once we recover access to the SquidlifyBot Slack App, reenable this.
264- # - name: Notify Slack
265- # if: ${{ (success() || failure()) && github.event_name == 'schedule' }}
266- # uses: slackapi/slack-github-action@v1.26.0
267- # env:
268- # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
269- # SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
270- # with:
271- # payload: ${{ steps.publish-test-results.outputs.slackEvent }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments