File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 # This should cache the npm cache instead of node_modules, which is needed because
110110 # npm ci actually removes node_modules before installing to guarantee a clean slate.
111111 - ~/.npm
112- - run : ENGINE_API_KEY=$CHECKS_API_KEY ./packages/apollo/bin/run client:check
112+ - run : ENGINE_API_KEY=$CHECKS_API_KEY ./packages/apollo/bin/run client:check --tag=master
113113
114114workflows :
115115 version : 2
Original file line number Diff line number Diff line change 2424 # displayName: "npm run lint"
2525
2626 # - script: |
27- # ENGINE_API_KEY=$(CHECKS_API_KEY) ./packages/apollo/bin/run client:check
27+ # ENGINE_API_KEY=$(CHECKS_API_KEY) ./packages/apollo/bin/run client:check --tag=master
2828 # displayName: "Query Check"
2929
3030 # - job: Linux_Node10
You can’t perform that action at this time.
0 commit comments