Skip to content

Rename workflows

Rename workflows #1

Workflow file for this run

name: Makefile Test CI
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run/test application
run: make venv tests