Skip to content

Commit

Permalink
Update descriptions of workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 5, 2020
1 parent 2d1e9f2 commit 3d7b3d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -19,12 +19,13 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & echo "Started xvfb"
- name: Run display server 🖥
run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & echo "Started xvfb"
shell: bash
if: ${{ success() && matrix.os == 'ubuntu-latest' }}
- name: Install node_modules 📦
run: npm install
- name: Cache node modules 💾
- name: Cache node_modules 💾
uses: actions/cache@v2
env:
cache-name: cache-node-modules
Expand Down

0 comments on commit 3d7b3d0

Please sign in to comment.