Skip to content

Commit

Permalink
Swiutch to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Jul 25, 2024
1 parent 6cdc782 commit 2292240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/wtr-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { visualDiff } from './visual-diff-plugin.js';
import { visualDiffReporter } from './visual-diff-reporter.js';

const DEFAULT_PATTERN = type => `./test/**/*.${type}.js`;
const DEFAULT_TEST_REPORTING = !!env['GITHUB_ACTIONS'];
const DEFAULT_TEST_REPORTING = !!env['CI'];
const BROWSER_MAP = {
chrome: 'chromium',
chromium: 'chromium',
Expand Down

0 comments on commit 2292240

Please sign in to comment.