Skip to content

CC-834 try using busybox #41

CC-834 try using busybox

CC-834 try using busybox #41

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
lfs: true
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.20.x
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Set up Busybox
run: |
sudo apt-get update
sudo apt-get install -y Busybox
- run: make test