Skip to content

Commit

Permalink
rewired back tests in main pipeline
Browse files Browse the repository at this point in the history
DinisCruz committed Jan 25, 2025
1 parent 3325ef3 commit 63ef000
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-pipeline__main.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ env:
jobs:

run-tests:
if: False # skipping tests due to circular dependency with OSBot-AWS
name: "Run tests"
runs-on: ubuntu-latest
steps:
@@ -29,8 +28,8 @@ jobs:
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/git__increment-tag@dev
with:
release_type: ${{ env.RELEASE_TYPE }}
# needs:
# - run-tests
needs:
- run-tests

publish-to-pypi:
name: "Publish to: PYPI"

0 comments on commit 63ef000

Please sign in to comment.