Skip to content

update the CI (#21) #16

update the CI (#21)

update the CI (#21) #16

Workflow file for this run

name: Tests
on:
push:
branches:
- master
- main
pull_request:
defaults:
run:
shell: bash
jobs:
build_image:
name: Build the image
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: docker build
run: docker build -t test .