Skip to content

Commit

Permalink
Make sure to import the extension before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Nov 11, 2024
1 parent ee2a344 commit 256aa96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/run-godot-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ inputs:
runs:
using: "composite"
steps:
- name: Import assets, scripts, extensions
shell: bash
continue-on-error: true
run: |
godot --headless --path ${{ inputs.project-path }} --import
- name: Run the project script
shell: bash
run: |
Expand Down

0 comments on commit 256aa96

Please sign in to comment.