Skip to content

using a go script to test update #40

using a go script to test update

using a go script to test update #40

Workflow file for this run

name: Build & Update with Arduino CLI
on:
push:
branches:
- main
- test_package_update
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-update:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run dep package update test
env:
GH_TOKEN: ${{ env.GITHUB_TOKEN }}
run: |
go test -v ./internal/testtools/deb_test.go --arch amd64