Skip to content

Commit

Permalink
(github) rename sentium -> ruek
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Sep 23, 2024
1 parent 7e46d05 commit c57efe7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
services:
postgres:
env:
POSTGRES_DB: test-sentium
POSTGRES_PASSWORD: sentium
POSTGRES_USER: sentium
POSTGRES_DB: test-ruek
POSTGRES_PASSWORD: ruek
POSTGRES_USER: ruek
image: postgres:15
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
ports:
Expand All @@ -41,19 +41,19 @@ jobs:
- name: Setup Postgres
run: psql < db/schema.sql
env:
PGDATABASE: test-sentium
PGDATABASE: test-ruek
PGHOST: postgres
PGPASSWORD: sentium
PGUSER: sentium
PGPASSWORD: ruek
PGUSER: ruek
- name: Build
run: make
- name: Generate code coverage reports
run: make coverage:lcov
env:
PGDATABASE: test-sentium
PGDATABASE: test-ruek
PGHOST: postgres
PGPASSWORD: sentium
PGUSER: sentium
PGPASSWORD: ruek
PGUSER: ruek
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
- uses: actions/delete-package-versions@v5
with:
package-name: sentium
package-name: ruek
package-type: container
min-versions-to-keep: 2
delete-only-untagged-versions: true

0 comments on commit c57efe7

Please sign in to comment.