-
Notifications
You must be signed in to change notification settings - Fork 0
55 lines (47 loc) · 1.7 KB
/
minishell_tester_bonus.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# **************************************************************************** #
# #
# ::: :::::::: #
# minishell_tester_builtins.yml :+: :+: :+: #
# +:+ +:+ +:+ #
# By: umeneses <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/09/23 16:00:54 by umeneses #+# #+# #
# Updated: 2024/09/24 09:13:00 by umeneses ### ########.fr #
# #
# **************************************************************************** #
name: minishell tester >> bonus
on:
push:
branches:
- main
- '**feature**'
- '**feat**'
- '**bugfix**'
- '**fix**'
- '**release**'
pull_request:
branches:
- main
- '**feature**'
- '**feat**'
- '**bugfix**'
- '**fix**'
- '**release**'
jobs:
bonus:
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 bonus
- name: Submodule Init
run: git submodule init && git submodule update
- name: Running Tester for Bonus
run: cd minishell_tester && ./tester bonus
# :: source minishell_tester repository ::
# https://github.com/LucasKuhn/minishell_tester