fix(ci): correct indentation for loading dev image in test workflow
Tests / build-dev (push) Skipped
Tests / build-prod (push) Skipped
Tests / test (push) Skipped
Tests / build-dev (pull_request) Successful in 2m56s
Tests / test (pull_request) Failing after 52s
Tests / build-prod (pull_request) Successful in 3m38s

This commit is contained in:
2026-07-31 10:54:50 +02:00
parent 47d9a62db7
commit 222c8aaa85
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
name: graph-dev-image
path: /tmp
- name: Load dev image
- name: Load dev image
run: docker load --input /tmp/graph-dev.tar
- name: Run tests in dev image