Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Apr 25, 2024
1 parent 26e40c8 commit 6ed2f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Import resources and build
run: |
$GODOT --headless --build-solutions --quit
$(godotenv godot env path) --headless --build-solutions --quit
# TODO: run tests with the exported binary
- name: Test
run: |
$GODOT --headless --quit
$(godotenv godot env path) --headless --quit

0 comments on commit 6ed2f1e

Please sign in to comment.