Skip to content

Commit

Permalink
Change order
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed Jun 9, 2024
1 parent 42b98b6 commit a340ae1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,14 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
cache: poetry

- name: Run poetry install
run: poetry install

- name: Setup the router
run: tests/ros_setup.sh

- name: Run poetry install
run: poetry install

- name: Run pytest
run: |
poetry run pytest -vv --cov=./nornir_routeros --cov-report=xml --cov-branch
run: poetry run pytest

- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit a340ae1

Please sign in to comment.