Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Oct 28, 2024
1 parent 2569c41 commit 846e1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
mkdir -p output
podman run --rm -v \
$(pwd)/tests/scene-renderer-test-input.json:/app/scenes.json \
-env PRESET_ARGS="--scene-renderer --scene-input-file scenes.json" \
--env 'PRESET_ARGS="--scene-renderer --scene-input-file scenes.json"' \
-v $(pwd)/output:/app/output localhost/godot-explorer:latest
- name: Compare images with snapshots
Expand Down

0 comments on commit 846e1ed

Please sign in to comment.