Skip to content

Commit 27e9974

Browse files
committed
Restored daemon
1 parent 3c85dd0 commit 27e9974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
all: true
4848

4949
- name: Build Lambda
50-
run: ./gradlew build --no-daemon
50+
run: ./gradlew build
5151

5252
- name: Test Lambda
53-
run: ./gradlew common:test --no-daemon
53+
run: ./gradlew :common:test
5454

5555
- name: Rename Files with Commit Hash
5656
run: |

0 commit comments

Comments
 (0)