Skip to content

Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 #155

Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3

Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 #155

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- "*" # matches every branch that doesn't contain a '/'
- "*/*" # matches every branch containing a single '/'
- "**" # matches every branch
- "!main" # excludes main
pull_request:
branches:
- "*" # matches every branch that doesn't contain a '/'
- "*/*" # matches every branch containing a single '/'
- "**" # matches every branch
- "!main" # excludes main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag matsim:$(date +%s)