From c3cd59a970539b00f755c464cfa6a870afd53312 Mon Sep 17 00:00:00 2001 From: Jan Snasel Date: Thu, 12 Oct 2023 19:42:22 +0000 Subject: [PATCH] wip: complete --- .github/workflows/single-test-simple.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/single-test-simple.yml b/.github/workflows/single-test-simple.yml index ee72cf01..b4a912e0 100644 --- a/.github/workflows/single-test-simple.yml +++ b/.github/workflows/single-test-simple.yml @@ -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: