Skip to content

Commit

Permalink
wip: complete
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Oct 12, 2023
1 parent 69b4849 commit c3cd59a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/single-test-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
pull: true
nautobot-version: "${{ env.NAUTOBOT_VER }}"
password: ${{ secrets.GH_NAUTOBOT_BOT_TOKEN }}
# push: true
push: true
python-version: "${{ env.PYTHON_VER }}"
username: ${{ github.actor }}
# - name: "Run Linters"
# uses: "./.github/actions/run-linters"
# with:
# nautobot-version: "${{ env.NAUTOBOT_VER }}"
# python-version: "${{ env.PYTHON_VER }}"
- name: "Run Linters"
uses: "./.github/actions/run-linters"
with:
nautobot-version: "${{ env.NAUTOBOT_VER }}"
python-version: "${{ env.PYTHON_VER }}"
- name: "Unit Tests with Postgres"
uses: "./.github/actions/unittests"
with:
Expand Down

0 comments on commit c3cd59a

Please sign in to comment.