Skip to content

Commit

Permalink
Make ci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
TOUL committed Sep 5, 2023
1 parent 3624f4d commit b830b93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Install dev dependencies
run: pip install -r requirements_test.txt
- name: Run Linter
run: echo "Trainee should add command to run flake8"
run: "Trainee should add command to run flake8"
- name: Run Vulture
run: echo "Trainee should add command to run vulture"
run: "Trainee should add command to run vulture"
- name: Run tests
run: echo "Trainee should add command to run test"
run: "Trainee should add command to run test"


0 comments on commit b830b93

Please sign in to comment.