Sha256: 51ff9fc56a1d10eb6d4a735a4177d548d9a5de785144249e9e9dfcb4fa005e05
Contents?: true
Size: 685 Bytes
Versions: 28
Compression:
Stored size: 685 Bytes
Contents
version: "3" services: chrome: tty: true stdin_open: true build: . environment: BUNDLE_PATH: /usr/local/bundle DEBUG: 1 CI: 1 volumes: - .:/puppeteer-ruby - bundle-data:/usr/local/bundle working_dir: /puppeteer-ruby command: bundle exec rspec firefox: tty: true stdin_open: true build: . environment: BUNDLE_PATH: /usr/local/bundle PUPPETEER_PRODUCT_RSPEC: firefox DEBUG: 1 CI: 1 volumes: - .:/puppeteer-ruby - bundle-data:/usr/local/bundle working_dir: /puppeteer-ruby command: bundle exec rspec spec/integration/ volumes: bundle-data: driver: local
Version data entries
28 entries across 28 versions & 1 rubygems