Skip to content

clean unused dockerfiles #26

clean unused dockerfiles

clean unused dockerfiles #26

Workflow file for this run

name: Run tests
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
jobs:
test:
name: Run unit and integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Go tests
run: go test ./...
- name: Run integration tests
run: |
go install
python3 tests/test_archives.py
container-test:
name: Run provisioning in a container
runs-on: ubuntu-latest
container:
image: ubuntu:mantic
steps:
- uses: actions/checkout@v4
- name: Setup container
run: |
apt update
apt install -y ca-certificates curl gnupg2 golang
go install
- name: Provision
run: |
~/go/bin/fup -f contrib/test.yml -b