Skip to content

Restart service on newer container image #77

Restart service on newer container image

Restart service on newer container image #77

Workflow file for this run

name: Test
on:
push:
jobs:
build:
runs-on: ubuntu-latest
container: metalstack/metal-deployment-base:v0.0.5
steps:
- uses: actions/checkout@v2
- name: Test
run: |
pip install nose coverage mock
nosetests