Skip to content

Commit

Permalink
Update workflows/main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Jun 3, 2021
1 parent 47d590a commit 23cc543
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Setup xvfb (Linux)
run: |
sudo apt-get install -y xvfb
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
- name: Start Xvfb
run: sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
# Building and linting
- run: npm ci
- run: npm test
- run: npm run lint
# SonarQube quality scan
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 23cc543

Please sign in to comment.