diff options
| author | Albin <albin@mullvad.net> | 2023-02-01 10:01:16 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-02-02 11:08:49 +0100 |
| commit | ebc182333bef909b0d7fe4ce3e85a41c14638bdc (patch) | |
| tree | 04716f14287e12dc6e90529fcc7ab72ce859a0d3 | |
| parent | 0b3c93e65c00d1e757d172fd6a29ed17340c7927 (diff) | |
| download | mullvadvpn-ebc182333bef909b0d7fe4ce3e85a41c14638bdc.tar.xz mullvadvpn-ebc182333bef909b0d7fe4ce3e85a41c14638bdc.zip | |
Enable mockapi tests in GH actions
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
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 |
