Skip to content

Commit

Permalink
feat(ci): upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Jan 21, 2024
1 parent c8c1b09 commit 84241f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand Down Expand Up @@ -46,12 +46,12 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- name: integration test
uses: malinskiy/action-android/emulator-run-cmd@release/0.1.5
uses: malinskiy/action-android/emulator-run-cmd@release/0.1.6
timeout-minutes: 25
with:
cmd: ./gradlew :adam:integrationTest
Expand Down

0 comments on commit 84241f4

Please sign in to comment.