Skip to content

Commit

Permalink
back to linux containers on Azure CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Nov 20, 2018
1 parent cb49788 commit ad4e58a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions basic/azure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
versionSpec: '10.x'
displayName: 'Install Node.js'

# We assume the job runs on "Hosted Linux Preview"
# On this agent we would need to install a single dependency
# if running this job on Windows, nothing else to install
# if running this job on Linux container
# then we would need to install a single dependency on an agent
# https://on.cypress.io/continuous-integration#Dependencies
# - script: apt-get update && apt-get install -y libgconf-2-4
# displayName: 'install dependencies'
- script: apt-get update && apt-get install -y libgconf-2-4
displayName: 'install dependencies'

# Install Node dependencies
# TODO How to cache ~/.npm and ~/.cache folders?
Expand Down

0 comments on commit ad4e58a

Please sign in to comment.