diff options
author | kumavis <aaron@kumavis.me> | 2018-05-19 02:09:07 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-05-19 02:09:07 +0800 |
commit | a78603c218a29d9d29d167d50c7a63f316639cdc (patch) | |
tree | a7760daae88185ab7a418465127561f2f094fd26 | |
parent | 708422432c634ffbd4c73388f980c43f766b3355 (diff) | |
download | tangerine-wallet-browser-a78603c218a29d9d29d167d50c7a63f316639cdc.tar.gz tangerine-wallet-browser-a78603c218a29d9d29d167d50c7a63f316639cdc.tar.zst tangerine-wallet-browser-a78603c218a29d9d29d167d50c7a63f316639cdc.zip |
ci - clean - whitespace fix
-rw-r--r-- | .circleci/config.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 939df8be5..7f850e4f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ workflows: - test-e2e-firefox: requires: - prep-deps-npm - - prep-deps-firefox + - prep-deps-firefox - prep-build - test-unit: requires: @@ -181,7 +181,7 @@ jobs: - store_artifacts: path: test-artifacts destination: test-artifacts - + test-e2e-firefox: environment: browsers: '["Firefox"]' @@ -201,7 +201,7 @@ jobs: - restore_cache: key: dependency-cache-{{ .Revision }} - restore_cache: - key: build-cache-{{ .Revision }} + key: build-cache-{{ .Revision }} - run: name: test:e2e:firefox command: npm run test:e2e:firefox @@ -368,4 +368,3 @@ jobs: - run: name: All Tests Passed command: echo 'weew - everything passed!' -
\ No newline at end of file |