Skip to content

Commit 6bac7a2

Browse files
committed
TEMP: add failing test to inspect CI reporting
Revert before merge.
1 parent de71e6d commit 6bac7a2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dev-packages/cli/src/util/validation-util.spec.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ import * as gitUtil from './git-util';
2222
import { validateDirectory, validateFile, validateGitDirectory } from './validation-util';
2323

2424
describe('validation-util', () => {
25+
// TEMPORARY: intentionally failing test to inspect GitHub Actions reporting. Revert before merge.
26+
it('intentional failure to check CI reporting', () => {
27+
expect(1 + 1).to.equal(3);
28+
});
29+
2530
let tempDir: string;
2631

2732
beforeEach(() => {

0 commit comments

Comments
 (0)