From b830b93de512526a2fee97288eabada36b708b67 Mon Sep 17 00:00:00 2001 From: TOUL Date: Tue, 5 Sep 2023 14:33:27 +0200 Subject: [PATCH] Make ci fail --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 229a982..690d828 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"