Skip to content

Use Scaled Monitor Size For Monitor Detection #3641

Use Scaled Monitor Size For Monitor Detection

Use Scaled Monitor Size For Monitor Detection #3641

Workflow file for this run

name: Web Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
web_tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build WebAssembly binary
env:
GOOS: js
GOARCH: wasm
working-directory: cmd/fyne_demo
run: go build