Skip to content

Commit

Permalink
retest
Browse files Browse the repository at this point in the history
  • Loading branch information
meltapplee committed Dec 4, 2024
1 parent 2bfb02d commit 9dd8c38
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/git-action-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: meogo-main

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -38,9 +38,8 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: |
build
--build-cache
clean build
--no-daemon
- name: Run tests with verbose output
run: ./gradlew test -i
run: ./gradlew test --debug

0 comments on commit 9dd8c38

Please sign in to comment.