Skip to content

debug

debug #3

name: VMActions
on:
push:
branches:
- vagrant/*
jobs:
test:
runs-on: ubuntu-latest
name: A job to run test in FreeBSD
# env:
# MYTOKEN : ${{ secrets.MYTOKEN }}
# MYTOKEN2: "value2"
steps:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
with:
# envs: 'MYTOKEN MYTOKEN2'
usesh: true
prepare: |
pkg install -y curl tesseract tesseract-data git go
go get github.com/otiai10/copy
run: |
pwd
ls -lah
whoami
env
freebsd-version
# cd $GOPATH/src/github.com/otiai10/gosseract
# go test -v -cover ./...
# exit $?