Skip to content

Commit

Permalink
Attempt to fix CI for external PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Giddins <[email protected]>
  • Loading branch information
segiddins authored and simi committed Nov 1, 2024
1 parent e32dde3 commit 7f52ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN --mount=type=cache,id=bld-gem-cache,sharing=locked,target=/srv/vendor \
set -ex

bundle config set --local without 'development test'
bundle config set --local with ${BUNDLE_WITH:-}
[ -z ${BUNDLE_WITH:-} ] || bundle config set --local with ${BUNDLE_WITH}
bundle config set --local path /srv/vendor
bundle install --jobs 20 --retry 5
bundle clean
Expand Down
2 changes: 2 additions & 0 deletions test/system/admin_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

class AdminTest < ApplicationSystemTestCase
test "development login as an admin" do
requires_avo_pro

@admin_user = create(:admin_github_user, :is_admin)

visit "/admin"
Expand Down

0 comments on commit 7f52ae7

Please sign in to comment.