Skip to content

Commit

Permalink
try get ci running
Browse files Browse the repository at this point in the history
  • Loading branch information
AnakinRaW committed Aug 7, 2024
1 parent c519e5e commit d4d76be
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/gradleBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ on:
pull_request:
branches: [ "main", "dev" ]

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -27,7 +22,4 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Execute Gradle build
run: ./gradlew build

# - name: Execute tests
# run: ./gradlew test
run: ./gradlew build

0 comments on commit d4d76be

Please sign in to comment.