Skip to content

Commit

Permalink
feat(main) setup for 42sh
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-jgrec committed Apr 18, 2023
1 parent faa5173 commit 3ffa93d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: minishell2
name: 42sh

on:
push:
Expand All @@ -9,8 +9,8 @@ on:
- ga-ignore-

env:
EXECUTABLES: "./mysh"
MIRROR_URL: [email protected]:EpitechPromo2027/B-PSU-200-REN-2-1-minishell2-jean-yanis.jeffroy.git
EXECUTABLES: "./42sh"
MIRROR_URL: [email protected]:EpitechPromo2027/B-PSU-200-REN-2-1-42sh-alexis.boitel.git

jobs:
utils:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
make
- name: bin to tests
run: |
cp mysh tests/tester/mysh
cp 42sh tests/tester/42sh
- name: Run tests
run: |
cd tests/tester
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mysh
42sh
*.o
a.out
report
Expand Down

0 comments on commit 3ffa93d

Please sign in to comment.