summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-02-01 10:01:16 +0100
committerAlbin <albin@mullvad.net>2023-02-02 11:08:49 +0100
commitebc182333bef909b0d7fe4ce3e85a41c14638bdc (patch)
tree04716f14287e12dc6e90529fcc7ab72ce859a0d3 /.github/workflows
parent0b3c93e65c00d1e757d172fd6a29ed17340c7927 (diff)
downloadmullvadvpn-ebc182333bef909b0d7fe4ce3e85a41c14638bdc.tar.xz
mullvadvpn-ebc182333bef909b0d7fe4ce3e85a41c14638bdc.zip
Enable mockapi tests in GH actions
Diffstat (limited to '.github/workflows')
-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