diff options
| author | Jon Petersson <jon.petersson@kvadrat.se> | 2023-07-05 16:44:29 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2023-07-21 13:35:14 +0100 |
| commit | 40af8a5d09216f7c75212e08e962932874daad59 (patch) | |
| tree | b2b802b59863c3040c03a4b7b27fb109fe59169e /.github | |
| parent | e2b3bcfef68d2642599db1e51790d4f194bfa65a (diff) | |
| download | mullvadvpn-40af8a5d09216f7c75212e08e962932874daad59.tar.xz mullvadvpn-40af8a5d09216f7c75212e08e962932874daad59.zip | |
Move tests into test plans
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ios.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index b58870edb4..aa82aa450b 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -6,6 +6,7 @@ on: - .github/workflows/ios.yml - ios/.swiftformat - ios/**/*.swift + - ios/**/*.xctestplan workflow_dispatch: jobs: check-formatting: |
