Skip to content

Test

Test #198121

Workflow file for this run

name: Test
on:
push:
schedule:
- cron: '*/5 * * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./bin/detect
- run: ./bin/compile $PWD
- run: ./bin/release