Skip to content

Commit 9021e80

Browse files
author
Pinal Shah
committed
test
1 parent 4bb3520 commit 9021e80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434

3535
jobs:
3636
docker-build:
37-
runs-on: ubuntu-22.04
37+
runs-on: ubuntu-22.04-16core
3838
timeout-minutes: 3600
3939
steps:
4040
- name: check docker containers
@@ -116,8 +116,7 @@ jobs:
116116
cd dev-support/atlas-docker
117117
export DOCKER_BUILDKIT=1
118118
export COMPOSE_DOCKER_CLI_BUILD=1
119-
export ATLAS_BACKEND=postgres
120-
docker compose -f docker-compose.atlas.yml up -d --wait
119+
docker compose -f docker-compose.atlas.yml -f docker-compose.atlas-hadoop.yml -f docker-compose.atlas-hive.yml up -d --wait
121120
- name: Check disk usage
122121
run: df -h
123122
- name: Check status of containers and remove them

0 commit comments

Comments
 (0)