Skip to content

Commit ae73c6f

Browse files
committedNov 4, 2024·
fix(heatmap): fix CI test setup
1 parent feda06f commit ae73c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
docker compose config
7272
docker compose up -d
7373
docker compose ps
74-
docker exec -i eoxserver_autotest_1 pip3 install scipy
74+
docker exec -i eoxserver-autotest-1 pip3 install scipy
7575
- name: Run the tests
7676
env:
7777
COMPOSE_INTERACTIVE_NO_CLI: 1
7878
run: |
79-
docker exec -i eoxserver_autotest_1 python3 ${{ matrix.command }}
79+
docker exec -i eoxserver-autotest-1 python3 ${{ matrix.command }}
8080
- name: Upload logs and outputs of failed tests
8181
uses: 'actions/upload-artifact@v3'
8282
with:

0 commit comments

Comments
 (0)
Please sign in to comment.