Skip to content

Update tests-in-docker.yml: use build rather than run #3

Update tests-in-docker.yml: use build rather than run

Update tests-in-docker.yml: use build rather than run #3

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run the integration tests
run: docker build --file Dockerfile.test --tag test-image .