From c20d9708ef4ad688745901d115d9acd1b45b0c8f Mon Sep 17 00:00:00 2001 From: Mateo Kuruk Miccino Date: Mon, 27 Nov 2023 18:27:31 -0300 Subject: [PATCH] test: macos as mobile --- .github/workflows/ci.yml | 2 +- godot/export_presets.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76fbc72c1..9c4d2d7e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: build: name: Build and test # Comment next line to test this job on PRs - if: ${{ github.ref == 'refs/heads/main' }} + #if: ${{ github.ref == 'refs/heads/main' }} strategy: matrix: os: [self-hosted-windows, ubuntu-latest, macos-latest] diff --git a/godot/export_presets.cfg b/godot/export_presets.cfg index 8ca236313..9a80a46d6 100644 --- a/godot/export_presets.cfg +++ b/godot/export_presets.cfg @@ -44,7 +44,7 @@ name="macos" platform="macOS" runnable=true dedicated_server=false -custom_features="" +custom_features="mobile" export_filter="all_resources" include_filter="*, *.*" exclude_filter=""