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: