mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-21 09:21:27 +00:00
Update GitHub Actions
This commit is contained in:
parent
7517cfc975
commit
35d3675561
2 changed files with 5 additions and 4 deletions
7
.github/workflows/build-app-workflow.yaml
vendored
7
.github/workflows/build-app-workflow.yaml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
|
||||
- name: Build the app
|
||||
|
@ -20,11 +20,12 @@ jobs:
|
|||
if: github.repository == 'beemdevelopment/Aegis' || github.repository == 'alexbakker/Aegis'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v2
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'temurin'
|
||||
cache: 'gradle'
|
||||
- name: Tests
|
||||
uses: reactivecircus/android-emulator-runner@e790971012b979513b4e2fe70d4079bc0ca8a1ae
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue