Skip to content

Commit c45e3d4

Browse files
committed
fixes
1 parent 71fa2e2 commit c45e3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
if: ${{ github.event_name == 'schedule' }}
2424
run: echo '::set-output name=WAS_CHANGED::'$(test -n "$(git log --format=%H --since='24 hours ago')" && echo 'true' || echo 'false')
2525

26-
2726
spm-package-resolved:
2827
runs-on: macos-14
2928
outputs:
3029
package_resolved_hash: ${{ steps.cache.outputs.cache-primary-key }}
3130
env:
32-
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
31+
FIREBASE_MAIN: 1
32+
DISABLE_INTEGRATION_TESTS: 1
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Generate Swift Package.resolved

0 commit comments

Comments
 (0)