Sha256: a49d4c7747318485fe9ab88f6e2dae737bf14a4dbf60dfc955c9f56b3493ef3d
Contents?: true
Size: 1.27 KB
Versions: 4
Compression:
Stored size: 1.27 KB
Contents
version: v1.0 name: Semaphore v2 tests agent: machine: type: e1-standard-2 os_image: ubuntu2004 auto_cancel: running: when: branch != 'master' global_job_config: prologue: commands: - checkout - sem-version ruby $RUBY_VERSION -f - gem update --system - bundle config set --local path 'vendor/bundle' - cache restore bundle-$RUBY_VERSION-$SEMAPHORE_GIT_BRANCH-$SEMAPHORE_WORKFLOW_ID,bundle-$RUBY_VERSION-$SEMAPHORE_GIT_BRANCH,bundle-$RUBY_VERSION-master - bundle install - bundle clean --force - cache store bundle-$RUBY_VERSION-$SEMAPHORE_GIT_BRANCH-$SEMAPHORE_WORKFLOW_ID vendor/bundle secrets: - name: bundler-global blocks: - name: Semaphore v2 tests dependencies: [] execution_time_limit: minutes: 30 task: jobs: - name: Tests matrix: - env_var: RUBY_VERSION values: ["2.7", "3.0", "3.1"] commands: - bundle exec rspec - name: Semaphore v2 Compliance dependencies: [] skip: when: branch = 'master' execution_time_limit: minutes: 10 task: jobs: - name: Rubocop commands: - bundle exec rubocop env_vars: - name: RUBY_VERSION value: 3.0.4
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
flip_fab-1.1.21 | .semaphore/semaphore.yml |
flip_fab-1.1.20 | .semaphore/semaphore.yml |
flip_fab-1.1.19 | .semaphore/semaphore.yml |
flip_fab-1.1.18 | .semaphore/semaphore.yml |