Skip to content

Ci: change image name and registry setting #97

Ci: change image name and registry setting

Ci: change image name and registry setting #97

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
push:
branches:
- feature/**
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run a test
run: |
make test-app