Skip to content

Commit

Permalink
Fixing github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Jul 17, 2024
1 parent 7cab02c commit 7daf429
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
distribution: 'corretto'
java-version: ${{ matrix.java }}
cache: 'maven'
cache-dependency-path: |
build/cassandra-stress*.pom
# cache-dependency-path: |
# build/cassandra-stress*.pom
- name: Setup Ant
uses: cedx/setup-ant@v2
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/push-pull-req.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ on:

jobs:
build:
uses: "./.github/workflows/build.yml"
uses: "./.github/workflows/build.yml"
with:
version: ''
latest: false

0 comments on commit 7daf429

Please sign in to comment.