Skip to content

Commit

Permalink
Run integration tests for feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
todorinskiz authored Dec 19, 2024
1 parent 61c604a commit becc97a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
run: ./gradlew javadoc
integration-test:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' || startsWith(github.ref, 'refs/tags/') }}
# Disable temporarily
# if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' || startsWith(github.ref, 'refs/tags/') }}
strategy:
matrix:
flavour: [ "community" ] ## , "enterprise"
Expand Down

0 comments on commit becc97a

Please sign in to comment.