Skip to content

Commit

Permalink
add redis to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Dec 23, 2024
1 parent 47f4df5 commit 3080a45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
--health-retries 5
env:
POSTGRES_PASSWORD: postgres
redis:
image: redis:3.2-alpine
ports: [ "6379:6379" ]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -85,7 +88,7 @@ jobs:

tests-latest:
name: Tests latest
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build

strategy:
Expand Down Expand Up @@ -114,6 +117,9 @@ jobs:
--health-retries 5
env:
POSTGRES_PASSWORD: postgres
redis:
image: redis:3.2-alpine
ports: [ "6379:6379" ]

steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@apply h-9 px-2;
}

button {
.search-button-container button {
@apply h-9 w-9 flex items-center justify-center;
}
}
Expand Down

0 comments on commit 3080a45

Please sign in to comment.