Skip to content

Commit

Permalink
Update deploy_lambda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eple0329 authored Jul 30, 2024
1 parent a368edd commit 2c26105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build
- name: Build with Gradle without test
run: ./gradlew build -x test

- name: Create deployment package
run: |
Expand Down

0 comments on commit 2c26105

Please sign in to comment.