Skip to content

Commit

Permalink
Modifies ci.yml to skip test step as db setup is pending
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalnl7 committed Sep 28, 2024
1 parent fd11fa8 commit bc40f3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
ruby-version: .ruby-version
bundler-cache: true

- name: Run tests
env:
RAILS_ENV: test
# - name: Run tests
# env:
# RAILS_ENV: test
# REDIS_URL: redis://localhost:6379/0
run: bin/rails db:test:prepare test test:system
# run: bin/rails db:test:prepare test test:system

- name: Keep screenshots from failed system tests
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bc40f3a

Please sign in to comment.