File tree 3 files changed +0
-164
lines changed
3 files changed +0
-164
lines changed Original file line number Diff line number Diff line change @@ -254,15 +254,6 @@ jobs:
254
254
npx playwright merge-reports --reporter html ./all-blob-reports
255
255
npx playwright merge-reports --reporter json ./all-blob-reports > merged_reports.json
256
256
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
-
266
257
- name : Upload HTML report
267
258
uses : actions/upload-artifact@v4
268
259
with :
Original file line number Diff line number Diff line change @@ -245,9 +245,6 @@ jobs:
245
245
id : publish-test-results
246
246
if : success() || failure()
247
247
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
251
248
deno run -A tools/deno/junit2json.ts artifacts ${{ matrix.version_spec.tag }} > report/test-results.json
252
249
deno run -A tools/deno/generate-md.ts >> $GITHUB_STEP_SUMMARY
253
250
@@ -259,13 +256,3 @@ jobs:
259
256
# actual filename.
260
257
name : ${{matrix.version_spec.selector}}-test-results.json
261
258
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/[email protected]
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