Skip to content

Commit

Permalink
Merge pull request #59 from jflo/gha_testReportPermissions
Browse files Browse the repository at this point in the history
wrong action
  • Loading branch information
jflo authored Feb 2, 2024
2 parents ab4dc05 + b9c8f3e commit eb3c898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
distribution: temurin
java-version: 17
- name: get acceptance test report
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d
with:
branch: main
name_is_regexp: true
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: integration-tests
on:
pull_request:
pull_request_review:
types:
- submitted
pull_request_target:

env:
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.daemon=false"
Expand Down

0 comments on commit eb3c898

Please sign in to comment.