diff options
-rw-r--r-- | ci/lint-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/lint-test.yml b/ci/lint-test.yml index 6350fde..2d70f6e 100644 --- a/ci/lint-test.yml +++ b/ci/lint-test.yml @@ -1,7 +1,7 @@ steps: - script: | docker exec snekbox_test /bin/bash -c \ - 'flake8 --format junit-xml --output-file test-lint.xml' + 'flake8; flake8 --format junit-xml --output-file test-lint.xml' displayName: 'Run Linter' - task: PublishTestResults@2 |