Skip to content

add run test file to yml file #2

add run test file to yml file

add run test file to yml file #2

Workflow file for this run

name: C Program Workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
compile_and_run:
runs-on: ubuntu-latest
steps:
- name: Run compiled program
run: ./build/address_book_tests