Skip to content

Commit

Permalink
Update check-installation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 authored Nov 13, 2024
1 parent 5fe6080 commit 38c7a23
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,10 @@ jobs:
shell: bash

# test application here
- name: Install Xvfb
shell: bash
run: sudo apt-get update && sudo apt-get install -y xvfb
- name: Set DISPLAY environment variable
if: runner.os == 'Linux'
run: export DISPLAY=:99
shell: bash

- name: Fire up Application
run: npm run start
# end test application
Expand Down

0 comments on commit 38c7a23

Please sign in to comment.