Skip to content

Commit

Permalink
Merge e5fe8e9 into 7a500b8
Browse files Browse the repository at this point in the history
  • Loading branch information
tnek committed Oct 22, 2021
2 parents 7a500b8 + e5fe8e9 commit a9071c9
Showing 1 changed file with 13 additions and 0 deletions.
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

0 comments on commit a9071c9

Please sign in to comment.