Skip to content

Commit fe8a235

Browse files
committed
clean ci
1 parent d2ff713 commit fe8a235

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/robot-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
uses: nanasess/setup-chromedriver@v2
2323
with:
2424
chromedriver-version: '121.0.6167.85'
25-
- run: |
26-
export DISPLAY=:99
27-
chromedriver --url-base=/wd/hub &
28-
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
2925

3026
- name: Running Robot
3127
run: robot -d reports/ -r index.html tests/*.robot

0 commit comments

Comments
 (0)