Skip to content

Update nightly.yml

Update nightly.yml #89

Workflow file for this run

name: nightly

Check failure on line 1 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly.yml

Invalid workflow file

invalid `cron` attribute "0 11 55 * *"
on:
schedule:
- cron: '0 11 55 * *'
workflow_dispatch:
jobs:
build:
strategy:
matrix:
configuration: [Release]
runs-on: [self-hosted, Windows, X64, APP] # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: "Build script"
run: dotnet build cake/Build.csproj
- name: "Run build script"
env:
GH_TOKEN : ${{ secrets.GH_TOKEN }}
GH_USER : ${{ secrets.GH_USER }}
run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 100 --apps-run