Skip to content

Commit 006d3bb

Browse files
committed
test notification
1 parent 8befeae commit 006d3bb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/fireperf-e2e.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ jobs:
5757
run: echo $PERF_E2E_GOOGLE_SERVICES | base64 -d > google-services.json
5858
- name: Run fireperf end-to-end tests
5959
run: |
60-
fireci fireperf_e2e_test \
61-
--plugin_repo_dir=firebase-android-buildtools \
62-
--target_environment=${{ matrix.environment }}
60+
# fireci fireperf_e2e_test \
61+
# --plugin_repo_dir=firebase-android-buildtools \
62+
# --target_environment=${{ matrix.environment }}
63+
exit 1
6364
- name: Notify developers upon failures
6465
if: ${{ failure() }}
6566
uses: actions/github-script@v6
@@ -78,7 +79,9 @@ jobs:
7879
});
7980
8081
const text =
81-
`Failed on commit ${commit} at ${datetime}.
82+
`Notification testing. Please ignore.
83+
84+
Failed on commit ${commit} at ${datetime}.
8285
8386
${url}`;
8487
@@ -100,7 +103,7 @@ jobs:
100103
github.rest.issues.create({
101104
owner: owner,
102105
repo: repo,
103-
title: 'FirePerf E2E Test Failures',
106+
title: 'Notification Testing: FirePerf E2E Test Failures',
104107
body: text,
105108
labels: ['fireperf-e2e-tests'],
106109
assignees: ['jeremyjiang-dev', 'leotianlizhan', 'visumickey']

0 commit comments

Comments
 (0)