From c0154244bc2db7d7f05001c20908c8292ac57250 Mon Sep 17 00:00:00 2001 From: joan cordelier Date: Mon, 18 Mar 2024 23:04:51 +0100 Subject: [PATCH] ADD: tests_run and renaming the mirror push for the subject --- .github/workflows/chocolatine.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chocolatine.yml b/.github/workflows/chocolatine.yml index a22d06d..1dbd625 100644 --- a/.github/workflows/chocolatine.yml +++ b/.github/workflows/chocolatine.yml @@ -34,7 +34,7 @@ jobs: check_program_compilation: runs-on: ubuntu-latest - container: epitechcontent/epitest-docker + container: epitechcontent/epitest-docker:latest needs: check_coding_style timeout-minutes: 2 steps: @@ -54,9 +54,22 @@ jobs: done - mirroring_repo: + run_tests: + runs-on: ubuntu-latest + container: epitechcontent/epitest-docker:latest + needs: check_program_compilation + timeout-minutes: 2 + steps: + - name: checkout + uses: actions/checkout@v4 + - name: make tests run + run: make tests_run + + + push_to_mirror: runs-on: ubuntu-latest if: github.event_name == 'push' + needs: run_tests steps: - name: checkout uses: actions/checkout@v4