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 49f125b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ 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
pytest -vv --cov=./nornir_routeros --cov-report=xml --cov-branch
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 49f125b

Please sign in to comment.