We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb3520 commit 9021e80Copy full SHA for 9021e80
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ env:
34
35
jobs:
36
docker-build:
37
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-22.04-16core
38
timeout-minutes: 3600
39
steps:
40
- name: check docker containers
@@ -116,8 +116,7 @@ jobs:
116
cd dev-support/atlas-docker
117
export DOCKER_BUILDKIT=1
118
export COMPOSE_DOCKER_CLI_BUILD=1
119
- export ATLAS_BACKEND=postgres
120
- docker compose -f docker-compose.atlas.yml up -d --wait
+ docker compose -f docker-compose.atlas.yml -f docker-compose.atlas-hadoop.yml -f docker-compose.atlas-hive.yml up -d --wait
121
- name: Check disk usage
122
run: df -h
123
- name: Check status of containers and remove them
0 commit comments