From 6e99da967d5c8a4e2a0083c2994d3c551fc47b84 Mon Sep 17 00:00:00 2001 From: Chris Rosenthal Date: Sat, 27 Jul 2024 21:08:41 -0700 Subject: [PATCH] TEST --- .github/workflows/test-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index e980f12..f3df8d4 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -16,18 +16,18 @@ env: IMAGE_NAME: ${{ github.repository }} jobs: - unittests: + tests: runs-on: ubuntu-latest steps: - name: Checkout repository - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - run: | python3 -m deenurp.test tests/run.sh deploy: if: github.ref_type == 'tag' - needs: [unittests] + needs: [tests] runs-on: ubuntu-latest steps: