Skip to content

Commit

Permalink
Update test-it-with-github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanchavezthielemann committed Dec 9, 2023
1 parent 0748c50 commit 2b57fd8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-it-with-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
- name: Check xvfb
run: ps -ef | grep xvfb

- name: before_script
run: "export DISPLAY=:99.0 && sleep 3" # give xvfb some time to start

- name: before_script 1
run: "export DISPLAY=:99.0"
- name: before_script 2
run: sleep 3 # give xvfb some time to start

- name: Run Gro2Lam
run: xvfb-run python2 run

Expand Down

0 comments on commit 2b57fd8

Please sign in to comment.