Skip to content

Nightly

Nightly #18

Workflow file for this run

name: Nightly
on:
schedule:
- cron: "0 7 * * *"
workflow_dispatch:
concurrency:
group: nightly-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
uses: ./.github/workflows/_go-checks.yaml
with:
run-powersync-replay: true
secrets: inherit
integration-live:
name: integration-live
needs: checks
runs-on: ubuntu-latest
timeout-minutes: 45
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Setup Hermit
uses: cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
with:
cache: "true"
- name: Run live integration tests (non-production)
run: TERO_ENV=dev task test:integration:live