Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
ci: fix e2es
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Jan 12, 2020
1 parent 2975d60 commit ff7d37f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions e2e/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"manifest_version": 2,
"name": "Mock Manifest",
"description": "stub file to run e2e test",
"version": "0.0.0"
}
3 changes: 2 additions & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"semantic-release": "^16.0.0"
},
"scripts": {
"test-e2e": "../node_modules/.bin/semantic-release"
"test-e2e": "FIREFOX_API_KEY='dummy' FIREFOX_SECRET_KEY='dummy' ../node_modules/.bin/semantic-release"
},
"release": {
"dryRun": true,
Expand All @@ -13,6 +13,7 @@
"../src/index.js",
{
"artifactsDir": "./",
"sourceDir": "./",
"extensionId": "{01234567-abcd-6789-cdef-0123456789ef}",
"targetXpi": "extension.xpi"
}
Expand Down

0 comments on commit ff7d37f

Please sign in to comment.