Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

try correct workflow issue #41

try correct workflow issue

try correct workflow issue #41

name: mandatory tests
on:
push:
branches: ['master']
pull_request:
branches: ['master']
jobs:
build:
runs-on: ubuntu
steps:
- uses: actions/checkout@v3
- name: mandatory tests
run: ls -lR; make; cd ./tester; make; ./test m
shell: bash