Skip to content

Merge pull request #22 from isc-rsingh/patch-1 #5

Merge pull request #22 from isc-rsingh/patch-1

Merge pull request #22 from isc-rsingh/patch-1 #5

Workflow file for this run

name: unittest
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
release:
types:
- released
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Test
uses: docker/build-push-action@v2
with:
context: .
push: false
load: true
tags: ${{ github.repository }}:${{ github.sha }}
build-args: TESTS=1