Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,18 +172,21 @@ jobs:
os: windows-latest
artifact-name: windows-nightly
godot-binary: godot.windows.editor.dev.x86_64.exe
retry: true

# Linux

- name: linux
os: ubuntu-22.04
artifact-name: linux-nightly
godot-binary: godot.linuxbsd.editor.dev.x86_64
retry: true

- name: linux-4.5
os: ubuntu-22.04
artifact-name: linux-4.5
godot-binary: godot.linuxbsd.editor.dev.x86_64
retry: true

# Deliberately don't include:
#
Expand Down Expand Up @@ -228,7 +231,7 @@ jobs:
# Match all directories/files except `target` and any starting with `.`.
files='!(target|.*)/'
if [[ $RETRY == "true" ]]; then
# macOS – retry running demo projects several times on fail.
# Retry running demo projects several times on fail.
echo "Running examples with retry"
RETRY_CMD="./.github/other/retry.sh"
else
Expand Down
Loading