Skip to content

Commit

Permalink
Fix composite action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwelch committed Jul 17, 2024
1 parent cb8dcad commit b26ce00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e-composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
using: 'composite'
steps:
- name: 'E2E Functional Test: ${{ inputs.package }}'
run: ./gradlew -Dgradle.test.package=${{ inputs.package }} :mdm-testing-functional:integrationTest
run: './gradlew -Dgradle.test.package=${{ inputs.package }} :mdm-testing-functional:integrationTest'

- name: 'E2E Functional Test Report: ${{ inputs.package }}'
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit b26ce00

Please sign in to comment.