Skip to content

Commit

Permalink
Rename testing pipeline (tardis-sn#1333)
Browse files Browse the repository at this point in the history
* change job names

* change job names

* rename testing pipeline
  • Loading branch information
epassaro authored Nov 4, 2020
1 parent 700d6ad commit 86ed2a5
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ variables:
system.debug: false

jobs:
- job: test
displayName: 'TARDIS test'

- job:
pool:
vmImage: $[variables.vm_Image]

strategy:
matrix:
linux:
Linux:
vm_Image: 'ubuntu-latest'

mac:
macOS:
vm_Image: 'macOS-latest'

maxParallel: 2
Expand Down

0 comments on commit 86ed2a5

Please sign in to comment.