Skip to content

Commit

Permalink
πŸ— Fix message in cross-browser-tests.js (#32465)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimha committed Feb 8, 2021
1 parent 4a43478 commit 703f113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/pr-check/cross-browser-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function prBuildWorkflow() {
) {
printSkipMessage(
jobName,
'this PR does not affect the runtime, unit tests, or integration tests'
'this PR does not affect the runtime, unit tests, integration tests, or end-to-end tests'
);
return;
}
Expand Down

0 comments on commit 703f113

Please sign in to comment.