diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-16 13:07:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-16 13:07:19 +0000 |
commit | 938fe9f752e393f0ea21def020e849a51ea79300 (patch) | |
tree | a1291d993c3e12ef4994a8fa4820fef69f23c7e2 /.circleci | |
parent | 19ca873a38500b125133b6e2db47c8ca074f9c50 (diff) | |
parent | 9f7150e96b7b228429f9f893657f4647e5a8cb51 (diff) |
Merge pull request #565 from ueokande/add-e2e-tests
Add e2e tests
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d83bc3..3a2bae4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,6 +70,7 @@ jobs: executor: name: default steps: + - run: sudo apt-get update && sudo apt-get -y install xsel - install_firefox - checkout - setup_npm |