Skip to content

Commit

Permalink
fix(CI): run tests before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Oct 6, 2024
1 parent 7742be0 commit a75efc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
run: ansible-playbook playbook.yml -i localhost.yml -t ${{ matrix.role }}

publish:
needs: test
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit a75efc0

Please sign in to comment.