Skip to content

Commit 10510fb

Browse files
committed
Fixing cd into test project.
1 parent d91ec7f commit 10510fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
cargo build;
142142
- name: Running Godot Tests
143143
run: |
144+
cd test;
144145
mkdir -p ./project/lib;
145146
cp ../target/debug/libgdnative_test.so ./project/lib/;
146147
"${{ runner.temp }}/godot_bin/Godot_v${GODOT_VER}-${GODOT_REL}_linux_headless.64" --path ./project/;

0 commit comments

Comments
 (0)