Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
j-coll committed Jul 7, 2023
1 parent 553f76a commit 608d873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-junit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
medium_tests:
type: boolean
required: false
default: false
default: true
long_tests:
type: boolean
required: false
default: false
default: true
mvn_opts:
type: string
required: false
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
fi
test:
needs: [ get_profiles, echo_log ]
needs: [ get_profiles ]
uses: ./.github/workflows/test-analysis.yml
with:
test_profile: ${{ needs.get_profiles.outputs.profiles }}
Expand Down

0 comments on commit 608d873

Please sign in to comment.