Skip to content

MADE CAN with global vars Work In Progress #63

MADE CAN with global vars Work In Progress

MADE CAN with global vars Work In Progress #63

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Copy .env
run: cp .env.example .env
- name: Run tests
run: make test