Skip to content

fixing struct and variable function names #14

fixing struct and variable function names

fixing struct and variable function names #14

# **************************************************************************** #
# #
# ::: :::::::: #
# ci.yml :+: :+: :+: #
# +:+ +:+ +:+ #
# By: umeneses <umeneses@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/05/09 19:12:18 by umeneses #+# #+# #
# Updated: 2024/05/09 19:17:48 by umeneses ### ########.fr #
# #
# **************************************************************************** #
name: tester_program
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./_ci_tdd/
steps:
- name: Starting github actions
uses: actions/checkout@v4.1.4
- name: Set up CUnit
run: sudo apt-get update && sudo apt-get install -y libcunit1 libcunit1-doc libcunit1-dev
- name: Running Tester Makefile
run: make