Skip to content

Commit

Permalink
Update semaphore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthillson committed Oct 17, 2024
1 parent dcd81b7 commit 960cdda
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,35 +57,6 @@ blocks:
secrets:
- name: environmental_variables

- name: "System tests"
task:
prologue:
commands:
- sem-version ruby 3.2.1
- checkout
- git clone https://github.com/scottwillson/registration_engine_public_stub.git registration_engine
- sudo apt-get install -y libmysqlclient-dev
- cache restore gems-$SEMAPHORE_GIT_BRANCH-$(checksum Gemfile.lock),gems-$SEMAPHORE_GIT_BRANCH-,gems-main-
- bundle config set frozen false
- bundle config set deployment 'true'
- bundle config set path 'vendor/bundle'
- bundle config set without 'production,staging'
- bundle install -j 4
- sem-service start mysql 5.7
- mv config/semaphore_database.yml config/database.yml
- bundle exec rake db:setup
- bundle exec rake db:test:prepare
jobs:
- name: system tests
commands:
- bundle exec rails test:system

epilogue:
on_fail:
commands:
- artifact push job log/test.log
- artifact push job tmp/screenshots

- name: "Registration engine security"
task:
prologue:
Expand Down

0 comments on commit 960cdda

Please sign in to comment.