diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-09-03 03:11:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-03 03:11:10 +0000 |
commit | ab6295d0f136b77534e6e290e165b1035c7abdc2 (patch) | |
tree | 5e435a9396979e4307c783f131f251581b955aac /.circleci | |
parent | 07bcc15e7b487fb5815b151e8c7e84a31f875dce (diff) | |
parent | f64b7ca320f73dd523113f0eedca35e176843bd6 (diff) |
Merge pull request #638 from ueokande/qa-0.24
QA 0.24
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a2bae4..25ca31a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,10 +75,6 @@ jobs: - checkout - setup_npm - run: npm run build - - run: - name: Run geckodriver - command: geckodriver - background: true - run: npm run test:e2e workflows: |