Skip to content

Commit

Permalink
Added chmod permissions and cd to correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwok-he-Chu committed Jan 30, 2024
1 parent 676ae71 commit 9550ced
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x authorisation-adjustment-example/gradlew
run: chmod +x in-person-payments-example/gradlew
- name: Build in-person-payments-example with Gradle
run: cd in-person-payments-example; ./gradlew build
- name: Build in-person-payments-example image
run: docker build -t in-person-payments-example-image:latest in-person-payments-example
- name: Start in-person-payments-example container, set ADYEN_TERMINAL_API_CLOUD_ENDPOINT to default docker bridge and port 3000
Expand Down

0 comments on commit 9550ced

Please sign in to comment.