Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-michele-emiliani committed Sep 25, 2024
1 parent 53f58a5 commit 848d5b8
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/kape_macos_split_tunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
# with:
# BRAND: CG

# tests:
# runs-on: macos-13
# steps:
# - uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: 15
# - uses: actions/checkout@v3
# - name: Run tests
# env:
# TEST_TARGET: SplitTunnelProxyExtensionFrameworkTests
# run: ./build_scripts/test.sh
tests:
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15
- uses: actions/checkout@v3
- name: Run tests
env:
PROJECT: SplitTunnelProxy
TEST_TARGET: SplitTunnelProxyExtensionFrameworkTests
run: ./build_scripts/test.sh

0 comments on commit 848d5b8

Please sign in to comment.