Skip to content

Commit

Permalink
Merge pull request #197 from OctopusDeploy/sjc/nightly-build
Browse files Browse the repository at this point in the history
Added scheduled build and test
  • Loading branch information
stevencl840 authored Aug 5, 2024
2 parents b0ab88d + 2e01c46 commit 7ea2e33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build and test
on:
schedule:
# Daily 5am australian/brisbane time (7pm UTC)
- cron: '0 19 * * *'

pull_request:
push:
branches:
Expand Down Expand Up @@ -70,7 +74,7 @@ jobs:
SERVER_URL: "http://localhost:8080"
services:
sqlserver:
image: mcr.microsoft.com/mssql/server:2019-latest
image: mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04
env:
ACCEPT_EULA: Y
SA_PASSWORD: ${{ env.SA_PASSWORD }}
Expand Down

0 comments on commit 7ea2e33

Please sign in to comment.