Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
FlxPeters authored Sep 25, 2024
1 parent cc11972 commit 6a44d64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
env:
NETBOX_VER: ${{ matrix.netbox-version }}

# - name: Run tests
# run: |
# poetry run invoke tests
# env:
# NETBOX_VER: ${{ matrix.netbox-version }}
- name: Run tests
run: |
poetry run invoke tests
env:
NETBOX_VER: ${{ matrix.netbox-version }}

0 comments on commit 6a44d64

Please sign in to comment.