Skip to content

Delete .github/workflows/carologata_tester.yml #572

Delete .github/workflows/carologata_tester.yml

Delete .github/workflows/carologata_tester.yml #572

# **************************************************************************** #
# #
# ::: :::::::: #
# minishell_tester_mandatory.yml :+: :+: :+: #
# +:+ +:+ +:+ #
# By: umeneses <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/09/23 16:00:54 by umeneses #+# #+# #
# Updated: 2024/09/26 16:08:48 by umeneses ### ########.fr #
# #
# **************************************************************************** #
name: minishell tester >> heredoc
on:
push:
branches:
- main
- '**feature**'
- '**feat**'
- '**bugfix**'
- '**fix**'
- '**release**'
pull_request:
branches:
- main
- '**feature**'
- '**feat**'
- '**bugfix**'
- '**fix**'
- '**release**'
jobs:
heredoc:
runs-on: ubuntu-latest
timeout-minutes: 2
defaults:
run:
working-directory: ./
steps:
- name: Starting Github Actions
uses: actions/[email protected]
- name: Building Program with MiniShell Makefile
run: make
- name: Submodule Init
run: git submodule init && git submodule update
- name: Running Tester for Heredoc
run: cd minishell_tester && ./tester manual_tests/heredoc
# :: source minishell_tester repository ::
# https://github.com/LucasKuhn/minishell_tester