Proper yaml for executor definition

This commit is contained in:
Kkevsterrr 2020-03-13 08:26:01 -04:00
parent 8019e3050f
commit ba9648d4b0
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ orbs:
jobs:
build-and-test:
executor: win/default
executor:
name: win/default
size: "medium"
steps:
- checkout
- run: