Skip to content

feat: Add support for free drawings (pencil tool) #25

feat: Add support for free drawings (pencil tool)

feat: Add support for free drawings (pencil tool) #25

Workflow file for this run

name: Run Tests
on:
workflow_dispatch:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
env:
CGO_ENABLED: 0
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test -v ./...
- name: Test build and run commands
run: go build -v -o testbin && ./testbin && ./testbin gliffy -i test/data/test_input.excalidraw -o /tmp/test_output.gliffy