Skip to content

Commit

Permalink
contiue on error for inport step
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 12, 2024
1 parent 246f926 commit fd1eaf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ runs:
- name: Open project once to import assets in editor mode
shell: bash
continue-on-error: true # timeout will exit with code 124
run: timeout 25 godot --headless --path ${{ inputs.working-directory }} -e

- name: Export
Expand Down

0 comments on commit fd1eaf9

Please sign in to comment.