Skip to content

Commit

Permalink
Update CI test command
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker committed Feb 16, 2025
1 parent 099b3de commit 5bbf624
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
pull_request:
push:
branches: [ main ]
branches: [main]

jobs:
lint:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run tests
env:
RAILS_ENV: test
run: bin/rails db:test:prepare test
run: bin/rails test

- name: Keep screenshots from failed system tests
uses: actions/upload-artifact@v4
Expand All @@ -46,4 +46,3 @@ jobs:
name: screenshots
path: ${{ github.workspace }}/tmp/screenshots
if-no-files-found: ignore

0 comments on commit 5bbf624

Please sign in to comment.