Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate CI from Travis to Github Actions #685

Merged
merged 23 commits into from Feb 11, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

test failed lint

  • Loading branch information
fcjr committed Feb 10, 2021
commit e2bdf452c3871d099fbe6dc955d4585428ce9a8c
@@ -19,7 +19,7 @@
import { getJson } from '../utils/utils';
import { log } from '../utils/common';

const { BROWSER_INFO, CMP_BASE_URL, EXTENSION_VERSION } = globals;
const { BROWSER_INFO, CMP_BASE_URL, EXTENSION_VERSION, FAIL } = globals;

Check failure on line 22 in src/classes/ABTest.js

GitHub Actions / lint-and-test

src/classes/ABTest.js#L22

Expected a line break after this opening brace 

Check warning on line 22 in src/classes/ABTest.js

GitHub Actions / lint-and-test

src/classes/ABTest.js#L22

'FAIL' is assigned a value but never used      

Check failure on line 22 in src/classes/ABTest.js

GitHub Actions / lint-and-test

src/classes/ABTest.js#L22

Expected a line break before this closing brace

/** Helper class for handling A/B tests.
* @memberof BackgroundClasses
ProTip! Use n and p to navigate between commits in a pull request.