|
@@ -1,8 +1,6 @@
|
|
|
name: zzz [DO NOT RUN] Automated unit tests
|
|
name: zzz [DO NOT RUN] Automated unit tests
|
|
|
|
|
|
|
|
on:
|
|
on:
|
|
|
- workflow_dispatch: # TODO: remove this after testing?
|
|
|
|
|
-
|
|
|
|
|
pull_request:
|
|
pull_request:
|
|
|
branches:
|
|
branches:
|
|
|
- dev
|
|
- dev
|
|
@@ -26,7 +24,7 @@ jobs:
|
|
|
test:
|
|
test:
|
|
|
name: Run Unit Tests
|
|
name: Run Unit Tests
|
|
|
runs-on: macos-15
|
|
runs-on: macos-15
|
|
|
- #if: github.repository_owner == 'nightscout' # TODO: remove comment after testing
|
|
|
|
|
|
|
+ if: github.repository_owner == 'nightscout'
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- name: Select Xcode version
|
|
- name: Select Xcode version
|
|
@@ -131,4 +129,4 @@ jobs:
|
|
|
fi
|
|
fi
|
|
|
else
|
|
else
|
|
|
echo "::warning::Test log (xcodebuild.log) not found"
|
|
echo "::warning::Test log (xcodebuild.log) not found"
|
|
|
- fi
|
|
|
|
|
|
|
+ fi
|