Skip to content

Commit 7017439

Browse files
committed
Fix CI
1 parent e9fa32f commit 7017439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hdfs-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Start HDFS
1818
run: |
1919
docker compose -f docker-compose.test.yml --profile all down -v --remove-orphans
20-
docker compose -f docker-compose.test.yml --profile hdfs up -d db rabbitmq test-hdfs
20+
docker compose -f docker-compose.test.yml --profile hdfs up -d db rabbitmq test-hive
2121
2222
- name: Set up QEMU
2323
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)