Skip to content

build(deps): bump jinja2 from 3.1.2 to 3.1.3 (#5) #17

build(deps): bump jinja2 from 3.1.2 to 3.1.3 (#5)

build(deps): bump jinja2 from 3.1.2 to 3.1.3 (#5) #17

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install requirements
run: pip3 install -r requirements.txt
- name: Test the code
run: pytest
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag license-example-csharp:latest
- name: Run the Docker image
run: docker run -i license-example-csharp:latest