From 1382c9694dad092ac4c62d32d9c49698c9698004 Mon Sep 17 00:00:00 2001 From: rask24 Date: Wed, 14 Feb 2024 21:36:48 +0900 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c4ccb8..70862c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: @@ -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: