Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Jul 28, 2024
1 parent 1016ca8 commit 6e99da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e99da9

Please sign in to comment.