summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-02-02 11:26:21 +0100
committerAlbin <albin@mullvad.net>2023-02-02 11:26:21 +0100
commit31c4ff2cc21cd6656f179ea4b261b007f7000cfe (patch)
tree04716f14287e12dc6e90529fcc7ab72ce859a0d3 /.github
parent423d3e7ae0f6a54a6ea4506df4ea9ad2df9b6eab (diff)
parentebc182333bef909b0d7fe4ce3e85a41c14638bdc (diff)
downloadmullvadvpn-31c4ff2cc21cd6656f179ea4b261b007f7000cfe.tar.xz
mullvadvpn-31c4ff2cc21cd6656f179ea4b261b007f7000cfe.zip
Merge branch 'fix-device-state-timing-issue'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-app.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index c2dd84ee99..f800fbe138 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -151,7 +151,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- test-type: [app]
+ test-type: [app, mockapi]
steps:
- name: Checkout repository
uses: actions/checkout@v3