From 0e50247cb2a2558083464bcf860730c9447c8a24 Mon Sep 17 00:00:00 2001 From: Marco Antonio Date: Sat, 10 Feb 2024 00:41:44 -0300 Subject: [PATCH] clean ci --- .github/workflows/robot-ci.yml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/.github/workflows/robot-ci.yml b/.github/workflows/robot-ci.yml index 7e2b560..314d3cf 100644 --- a/.github/workflows/robot-ci.yml +++ b/.github/workflows/robot-ci.yml @@ -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 \ No newline at end of file + - name: Checkout + uses: actions/checkout@v4 + - name: Robot Framework + uses: joonvena/robotframework-docker-action@v1.0 \ No newline at end of file