Skip to content

Commit

Permalink
refact ci v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-qa committed Feb 10, 2024
1 parent 9402a5c commit 1996c12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/robot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
test:
runs-on: ubuntu-latest
name: Setup Python and Run Tests
name: run tests
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -27,6 +27,9 @@ jobs:
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
- name: Running Robot
run: robot -d reports/ tests/*.robot

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 1996c12

Please sign in to comment.