Skip to content

ci(Docker): performing tests on custom Docker image #71

ci(Docker): performing tests on custom Docker image

ci(Docker): performing tests on custom Docker image #71

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
testsuite:
name: Testsuite
runs-on: ubuntu-latest
env:
ENV: DEVELOPMENT
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build --file Dockerfile --target build-development .