Skip to content

rename provider docker => container, rework provider to allow multipl… #15

rename provider docker => container, rework provider to allow multipl…

rename provider docker => container, rework provider to allow multipl… #15

Workflow file for this run

name: tests
on:
push:
jobs:
run-tests:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Run tests
run: |
make test