Skip to content

Overhauling comparison pipeline #24

Overhauling comparison pipeline

Overhauling comparison pipeline #24

Workflow file for this run

name: Feature Branch CI
on:
push:
branches-ignore: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Build and test the Docker image
run: docker build . --file Dockerfile --tag sbastkowski/quatradis:$(date +%s)