Skip to content

Commit

Permalink
Merge pull request #65 from OctopusDeploy/feature/nightly-builds
Browse files Browse the repository at this point in the history
chore: nightly build
  • Loading branch information
domenicsim1 committed Jun 30, 2022
2 parents 06e5dbb + f1cacb4 commit dd54d40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
@@ -1,5 +1,9 @@
name: 'Run Tests'
on: push
on:
push:
schedule:
# Daily 5am australian/brisbane time (7pm UTC)
- cron: '0 19 * * *'
env:
SA_PASSWORD: 'yourStrong45@Password'
ADMIN_API_KEY: 'API-ZPJJ0PC4MFKXZPTITE151VRR3IMCJRW'
Expand Down

0 comments on commit dd54d40

Please sign in to comment.