Skip to content

Commit 3431f33

Browse files
committed
gh actions debug
1 parent 36db04f commit 3431f33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
distribution: "microsoft"
1717
- name: make gradle wrapper executable
1818
run: chmod +x ./gradlew
19+
- name: Setup tmate session
20+
uses: mxschmitt/action-tmate@v3
1921
- name: build
20-
run: ./gradlew build --stacktrace
22+
run: ./gradlew build
2123
- name: capture build artifacts - fabric
2224
uses: actions/upload-artifact@v4
2325
with:

0 commit comments

Comments
 (0)