Skip to content

Commit

Permalink
Checkout code before anything else in circleci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hank committed Jan 16, 2023
1 parent d70c8ec commit e900f36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
# CIRCLECI: true (which we use in tests) is set by circleci itself.
executor: ruby/default
steps:
- browser-tools/install-chrome
- browser-tools/install-chromedriver
# Build app.
- checkout

- browser-tools/install-chrome
- browser-tools/install-chromedriver

# Install bundler dependencies.
# We use handwritten commands rather than ruby/install-deps because:
# - install-deps doesn't capture the rails_admin_tag_list, which is
Expand Down

0 comments on commit e900f36

Please sign in to comment.