Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rask24 committed Feb 14, 2024
1 parent 98d9849 commit 1382c96
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Run Norminette
run: make norm
build:
name: build + check allowed functions
name: check allowed functions
runs-on: macos-12
steps:
- name: Checkout repository
Expand All @@ -24,12 +24,8 @@ jobs:
submodules: recursive
- name: Build push_swap
run: make
- name: Clean push_swap
run: make fclean
- name: Build checker
run: make bonus
- name: Build push_swap
run: make
- name: check allowed_functions
run: test/check_allowed_functions.sh
unit_test:
Expand All @@ -53,6 +49,8 @@ jobs:
submodules: recursive
- name: Build push_swap
run: make
- name: Build checker
run: make bonus
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 1382c96

Please sign in to comment.