Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathusanm6 authored Feb 22, 2024
1 parent d6a4f64 commit 16b4005
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,3 @@ jobs:
- name: Check code format
run: make check-format

milestone1-2:
name: Milestone 1 & 2
needs: check-format
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Update packages
run: sudo apt-get update

- name: Install dependencies
run: |
sudo apt-get install -y git gcc make valgrind libreadline-dev
git --version
gcc --version
make --version
valgrind --version
- name: Run Milestone 1 & 2 tests
run: ./Projet_test.sh

0 comments on commit 16b4005

Please sign in to comment.