Skip to content

Add CI workflow for tests (#147) #2

Add CI workflow for tests (#147)

Add CI workflow for tests (#147) #2

name: Docker Test CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image and run tests
run: docker build --target test -t test:$(date +%s) -f containers/Dockerfile.al2 .