Skip to content

Commit

Permalink
rename ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-qa committed Feb 10, 2024
1 parent df7f0ca commit f066626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: run tests
name: test
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
with:
chromedriver-version: '121.0.6167.85'

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

- name: Upload artifact
Expand Down

0 comments on commit f066626

Please sign in to comment.