Skip to content

Point at my own

Point at my own #2

Workflow file for this run

name: Smoketest
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
smoketest:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
env:
PULL_REQUEST_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
steps:
- uses: actions/checkout@v3
- run: sudo -E ./smoketest.sh