Skip to content

Commit

Permalink
Merge branch 'main' into markowsky/add-metrics-to-santad
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Oct 25, 2021
2 parents 48ec036 + e1cf8e7 commit 9c0583a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: continuous
on:
schedule:
- cron: '* 10 * * *' # Every day at 10:00 UTC
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab

jobs:
preqs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Checks for flaky tests
run: bazel test --test_strategy=exclusive --test_output=errors --runs_per_test 50 -t- :unit_tests --define=SANTA_BUILD_TYPE=ci
2 changes: 1 addition & 1 deletion Conf/Package/package_and_sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ echo "creating kext pkg"
/usr/bin/pkgbuild --identifier "com.google.santa-driver" \
--version "$(echo "${RELEASE_NAME}" | cut -d - -f2)" \
--root "${KEXT_PKG_ROOT}" \
--component-plist "${SCRATCH{/component.plist" \
--component-plist "${SCRATCH}/component.plist" \
"${SCRATCH}/kext.pkg"

# Build signed distribution package
Expand Down

0 comments on commit 9c0583a

Please sign in to comment.