Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Aug 27, 2024
1 parent 6d9bc51 commit 15cd167
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
POSTGRES_PASSWORD: secret
DATABASE_URL: postgresql://postgres:secret@localhost:5432/pg-locks-monitor-test
run: |
bundle exec rspec spec/
bundle exec rake test_all
- name: Run tests for PG 12
env:
PG_VERSION: 12
Expand All @@ -93,7 +93,7 @@ jobs:
POSTGRES_PASSWORD: secret
DATABASE_URL: postgresql://postgres:secret@localhost:5433/pg-locks-monitor-test
run: |
bundle exec rspec spec/
bundle exec rake test_all
- name: Run tests for PG 13
env:
PG_VERSION: 13
Expand All @@ -103,7 +103,7 @@ jobs:
POSTGRES_PASSWORD: secret
DATABASE_URL: postgresql://postgres:secret@localhost:5434/pg-locks-monitor-test
run: |
bundle exec rspec spec/
bundle exec rake test_all
- name: Run tests for PG 14
env:
PG_VERSION: 14
Expand All @@ -113,7 +113,7 @@ jobs:
POSTGRES_PASSWORD: secret
DATABASE_URL: postgresql://postgres:secret@localhost:5435/pg-locks-monitor-test
run: |
bundle exec rspec spec/
bundle exec rake test_all
- name: Run tests for PG 15
env:
PG_VERSION: 15
Expand All @@ -123,5 +123,5 @@ jobs:
POSTGRES_PASSWORD: secret
DATABASE_URL: postgresql://postgres:secret@localhost:5436/pg-locks-monitor-test
run: |
bundle exec rspec spec/
bundle exec rake test_all
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end

## Testing the notification channels

Before configuring a recurring invocation of the `snapshot!` method, it's recommended to first manually trigger the notification to test the configured channels.
Before enabling a recurring invocation of the `snapshot!` method, it's recommended to first manually trigger the notification to test the configured channels.

You can generate an _"artificial"_ blocking lock and observe it by running the following code in the Rails console:

Expand Down
6 changes: 0 additions & 6 deletions spec/smoke_spec.rb

This file was deleted.

0 comments on commit 15cd167

Please sign in to comment.