Skip to content

Commit

Permalink
chore: fix CI utest running
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed May 3, 2024
1 parent 07b6425 commit fe69e45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ jobs:
pip install -r requirements-dev.txt
pip install robotframework-browser
- name: Lint files
run: inv lint
run: |
rfbrowser init chromium
inv lint
- name: Run unit tests
run: inv utest
- name: Run acceptance tests
run: |
rfbrowser init chromium
inv atest
- uses: actions/upload-artifact@v4
if: ${{ always() }}
Expand Down

0 comments on commit fe69e45

Please sign in to comment.