Skip to content

update the CI

update the CI #15

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 .