Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Apr 11, 2024
1 parent f553966 commit aed12d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: true
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down
1 change: 0 additions & 1 deletion app/src/androidTest/java/net/nymtech/nymvpn/SmokeTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import org.junit.Test
import kotlin.time.Duration
import kotlin.time.Duration.Companion.seconds


class SmokeTest {
@Test
fun openApp() {
Expand Down

0 comments on commit aed12d8

Please sign in to comment.