Skip to content

Commit

Permalink
ADD: tests_run and renaming the mirror push for the subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan-Cordelier committed Mar 18, 2024
1 parent 54f1aa4 commit c015424
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/chocolatine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit c015424

Please sign in to comment.