From c57efe703255d07225f1b5cf70d1d39ae22e6b4b Mon Sep 17 00:00:00 2001 From: Uditha Atukorala Date: Mon, 23 Sep 2024 18:27:02 +0100 Subject: [PATCH] (github) rename sentium -> ruek --- .github/workflows/ci.yaml | 18 +++++++++--------- .github/workflows/publish.yaml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7585b245..b4d18db0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: @@ -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: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 218064c7..75fb38ef 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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