Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 50cbac14 authored by Ricki Hirner's avatar Ricki Hirner Committed by GitHub
Browse files
parent d1dd2f01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ jobs:

  test:
    needs: compile
    if: ${{ always() }}     # even if compile didn't run (because not on main branch)
    if: ${{ !cancelled() }}     # even if compile didn't run (because not on main branch)
    name: Lint and unit tests
    runs-on: ubuntu-latest
    steps:
@@ -51,7 +51,7 @@ jobs:

  test_on_emulator:
    needs: compile
    if: ${{ always() }}     # even if compile didn't run (because not on main branch)
    if: ${{ !cancelled() }}     # even if compile didn't run (because not on main branch)
    name: Instrumented tests
    runs-on: ubuntu-latest
    steps: