diff options
author | Shin'ya UEOKA <ueokande@i-beam.org> | 2021-01-01 01:21:18 +0000 |
---|---|---|
committer | Shin'ya UEOKA <ueokande@i-beam.org> | 2021-01-01 01:21:18 +0000 |
commit | 66eaab218cb19107e34c80cc8f755234f4c62d84 (patch) | |
tree | 19b1d0b4b65b755cee3b04d3db9afebc35c3c008 /.github | |
parent | 26f1e4854d76eb60a6cbfbf981991ed232c573c3 (diff) |
Start geckodriver
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0b4d2ad..feed80e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -63,4 +63,6 @@ jobs: - run: yarn install - run: yarn build - - run: yarn test:e2e + - run: | + geckodriver & + yarn test:e2e |