Skip to content

Scheduled Handler support #125

Scheduled Handler support

Scheduled Handler support #125

Workflow file for this run

name: Offline Tests
on:
pull_request:
paths:
- "**"
workflow_dispatch:
jobs:
offline-e2e-tests:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run offline end-to-end tests
run: go test -tags=e2e -v ./tests