Skip to content

Commit

Permalink
Add test var-printing job
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Dec 10, 2024
1 parent 26fb91c commit bf65777
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ stages:
displayName: Check code quality

jobs:
- job: test_var
displayName: Check for the test variable

pool:
vmImage: 'Ubunto-latest'

steps:
- script: echo $TEST_VAR
displayName: Echo var


- job: flake8
displayName: Run all flake8 checks

Expand Down

0 comments on commit bf65777

Please sign in to comment.