Skip to content

Merge pull request #53 from masa0221/dependabot/go_modules/github.com… #151

Merge pull request #53 from masa0221/dependabot/go_modules/github.com…

Merge pull request #53 from masa0221/dependabot/go_modules/github.com… #151

Workflow file for this run

name: Run test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build -t jclockedio . --file Dockerfile
- name: Run functional tests
run: docker run --rm --entrypoint go jclockedio test -v ./...