Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOP-11711] Run tests in github actions
Browse files Browse the repository at this point in the history
dmitry-pedchenko committed Feb 27, 2024
1 parent 09ac789 commit d8486ca
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Build Backend image
- name: Build Worker image
uses: docker/build-push-action@v5
with:
context: .
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ services:
- 19888:19888 # MapReduce JobServer History UI
- 9083:9083 # Hive Metastore server
environment:
WITH_HIVE_SERVER: 'false' # оставляем только сервер метастора, сам Hive нам не требуется, не тратим на него ресурсы
WITH_HIVE_SERVER: 'false' # We leave only the metastore server, we don’t need Hive itself, we don’t waste resources on it
HIVE_METASTORE_DB_URL: jdbc:postgresql://metastore-hive:5432/metastore
HIVE_METASTORE_DB_DRIVER: org.postgresql.Driver
HIVE_METASTORE_DB_USER: test_hive

0 comments on commit d8486ca

Please sign in to comment.