Skip to content

Commit

Permalink
clean ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-qa committed Feb 10, 2024
1 parent f97903b commit 0e50247
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/robot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,7 @@ jobs:
runs-on: ubuntu-latest
name: Setup Python and Run Tests
steps:
- uses: actions/checkout@v4

- name: Execute tests
uses: joonvena/robotframework-docker-action@v0.1
env:
BROWSER: chrome
ROBOT_TESTS_DIR: ${{ github.workspace }}/tests
ROBOT_REPORTS_DIR: ${{ github.workspace }}/reports

- name: Upload test results
uses: actions/upload-artifact@v4
if: always()
with:
name: reports
path: ${{ github.workspace }}/reports
- name: Checkout
uses: actions/checkout@v4
- name: Robot Framework
uses: joonvena/robotframework-docker-action@v1.0

0 comments on commit 0e50247

Please sign in to comment.