Skip to content

Merge pull request #11 from viam-modules/RSDK-8759 #3

Merge pull request #11 from viam-modules/RSDK-8759

Merge pull request #11 from viam-modules/RSDK-8759 #3

Workflow file for this run

name: test config and do_commands on each commit
on:
push:
branches:
- main
paths:
- '**/**.go'
- 'Makefile'
- '.github/workflows/test.yml'
pull_request:
paths:
- '**/**.go'
- 'Makefile'
- '.github/workflows/test.yml'
jobs:
tests:
runs-on: buildjet-8vcpu-ubuntu-2204-arm
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.13
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libx264-dev git-lfs
- name: Run tests
run: make test