Skip to content

Commit

Permalink
updating steps... now trying to run my tester
Browse files Browse the repository at this point in the history
  • Loading branch information
umeneses committed May 10, 2024
1 parent 32bc595 commit dfaeda2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
- name: Starting github actions
uses: actions/checkout@v4.1.4

- name: Running Makefile Tester
run: make && ./push_swap
- name: Running Push_Swap Makefile
run: make

- name: Running Tester
run: ./tester

0 comments on commit dfaeda2

Please sign in to comment.