Skip to content

Commit

Permalink
Configure CI (no. 140)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jun 10, 2021
1 parent 4d5f03b commit b603b74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
workspace:
clean: all
steps:
env:
GITHUB_TOKEN: $(GitHub.Token)
- task: Cache@2
inputs:
key: '"npm" | "$(Agent.OS)" | src/DotVVM.Framework/package.json'
Expand All @@ -33,8 +35,6 @@ jobs:
testResultsFiles: $(DOTVVM_ROOT)/artifacts/test/**/*.trx
buildConfiguration: $(BUILD_CONFIGURATION)
testRunTitle: Linux
env:
GITHUB_TOKEN: $(GitHub.Token)

- job: testWindows
displayName: Run tests on Windows
Expand All @@ -43,6 +43,8 @@ jobs:
workspace:
clean: all
steps:
env:
GITHUB_TOKEN: $(GitHub.Token)
- task: Cache@2
inputs:
key: '"npm" | "$(Agent.OS)" | src/DotVVM.Framework/package.json'
Expand All @@ -62,5 +64,3 @@ jobs:
testResultsFiles: $(DOTVVM_ROOT)\artifacts\test\**\*.trx
buildConfiguration: $(BUILD_CONFIGURATION)
testRunTitle: Windows
env:
GITHUB_TOKEN: $(GitHub.Token)

0 comments on commit b603b74

Please sign in to comment.