Skip to content

Commit 0453704

Browse files
committed
RA-87: Update docker-compose extension
1 parent 3977111 commit 0453704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stress-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout Repository
1010
uses: actions/checkout@v2
1111
- name: "Set up environment"
12-
run: docker compose --env-file .env.docker-compose -f docker-compose.yml up --build -d --wait
12+
run: docker compose --env-file .env.docker-compose -f docker-compose.yaml up --build -d --wait
1313
- name: "Wait for node to be populated"
1414
run: sleep 30s
1515
- name: "Install Node"

0 commit comments

Comments
 (0)