Skip to content

Windows manual tests #5

Windows manual tests

Windows manual tests #5

Workflow file for this run

name: Windows manual tests
on: workflow_dispatch
jobs:
build-and-test:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- name: Install wkhtmltopdf
run: choco install wkhtmltopdf
- name: Set up Go
uses: actions/[email protected]
with:
go-version: stable
- name: Test
run: go test -v .
- name: Upload artifacts
uses: actions/[email protected]
with:
name: TestPDFs
path: '**/*.pdf'