Skip to content

Extended Test

Extended Test #15

Workflow file for this run

name: Extended Test
on:
workflow_dispatch:
schedule:
- cron: '*/5 * * * *'
jobs:
extended-test:
runs-on: ubuntu-latest
steps:
- name: Turnstyle
id: turnstyle
uses: softprops/turnstyle@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy and run integrated test
run: sleep 30