Skip to content

Re-add "Change the generated image to bci-busybox:15.6 (#252)" with additional fixes #351

Re-add "Change the generated image to bci-busybox:15.6 (#252)" with additional fixes

Re-add "Change the generated image to bci-busybox:15.6 (#252)" with additional fixes #351

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run tests
run: ./scripts/test