mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
actions: fix ci
This commit is contained in:
parent
209985a1d7
commit
9a97a9f9cf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -24,5 +24,5 @@ jobs:
|
|||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
|
||||
restore-keys: ${{ runner.os }}-gradle
|
||||
|
||||
- name: Build and run Tests
|
||||
run: ./gradlew build
|
||||
- name: Run Build
|
||||
run: chmod +x ./gradlew && ./gradlew build
|
||||
|
|
Loading…
Reference in a new issue