Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpontetto committed Nov 29, 2024
1 parent 9e2f60f commit 5696f04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@ jobs:
# - name: Let Rails generate the secret_key_base
# run: bundle exec rails runner 'puts Rails.application.secret_key_base'
- name: LS Before
uses: ./.github/actions/docker-run
with:
run: "ls -R -a app/assets"
run: "docker run api_base/test:latest ls -R -a app/assets"
- name: Setup Database
run: docker run -v ${{ github.workspace }}:/src/app --network host -e RAILS_ENV=test -e PARALLEL_TEST_FIRST_IS_1=true api_base/test:latest bundle exec rake parallel:create parallel:migrate
- name: Check for untracked changes in schema.rb
Expand Down

0 comments on commit 5696f04

Please sign in to comment.