Skip to content

examples: use ghcr.io/reproducible-containers/buildkit-nix:v0.1.1 #49

examples: use ghcr.io/reproducible-containers/buildkit-nix:v0.1.1

examples: use ghcr.io/reproducible-containers/buildkit-nix:v0.1.1 #49

Workflow file for this run

name: test
on:
push:
branches:
- master
- 'release/**'
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.54.2
args: --verbose --timeout=10m
test-integration:
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: "Install test dependencies"
run: |
sudo apt-get update
sudo apt-get install -y moreutils
- name: "Run the integration test"
run: ./hack/test.sh
- name: "Show the local images"
run: docker images --no-trunc