Skip to content

Commit

Permalink
feat: add test with auth in another step
Browse files Browse the repository at this point in the history
  • Loading branch information
syl-p committed Feb 23, 2024
1 parent 449588b commit 5ed51aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
ruby-version: '3.3'
- name: Set up database schema
run: bin/rails db:schema:load
- name: Run tests
- name: Run tests without auth
run: bin/rails test
- name: Run tests with auth
env:
ENABLE_AUTHENTICATION: true
run: bin/rails test

lint:
Expand Down

0 comments on commit 5ed51aa

Please sign in to comment.