aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya UEOKA <ueokande@i-beam.org>2021-01-01 02:13:57 +0000
committerShin'ya UEOKA <ueokande@i-beam.org>2021-01-01 02:13:57 +0000
commit39bee8e26485db1763102c57b0980944b2d56266 (patch)
tree8dcfe7cad2b61e9098ee6cd738a942cc26147348
parentde70645737e595f9c8db22b7e5150916ce733fd2 (diff)
Install xsel on GitHub Actions
-rw-r--r--.github/workflows/build.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 095fd74..c356735 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -50,6 +50,8 @@ jobs:
- uses: ueokande/setup-geckodriver@latest
with:
firefox-version: 0.28.0
+ - name: Install xsel
+ run: sudo apt-get install -y --no-install-recommends xsel
- name: Get yarn cache directory path
id: yarn-cache-dir-path
@@ -63,7 +65,8 @@ jobs:
- run: yarn install
- run: yarn build
- - run: |
+ - name: Run test
+ run: |
export DISPLAY=:99
geckodriver &