We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01abef5 commit 9366ec8Copy full SHA for 9366ec8
1 file changed
.github/workflows/pull-request.yml
@@ -5,14 +5,16 @@ on: [push, pull_request]
5
jobs:
6
test:
7
name: Build app
8
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
9
10
steps:
11
- uses: actions/checkout@v2
12
+
13
- name: Set up JDK 17
14
uses: actions/setup-java@v2
15
with:
16
distribution: adopt
17
java-version: 17
18
19
- name: Build app
20
run: ./gradlew assembleDebug
0 commit comments