We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fa2e2 commit c45e3d4Copy full SHA for c45e3d4
.github/workflows/spm.yml
@@ -23,13 +23,13 @@ jobs:
23
if: ${{ github.event_name == 'schedule' }}
24
run: echo '::set-output name=WAS_CHANGED::'$(test -n "$(git log --format=%H --since='24 hours ago')" && echo 'true' || echo 'false')
25
26
-
27
spm-package-resolved:
28
runs-on: macos-14
29
outputs:
30
package_resolved_hash: ${{ steps.cache.outputs.cache-primary-key }}
31
env:
32
- FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
+ FIREBASE_MAIN: 1
+ DISABLE_INTEGRATION_TESTS: 1
33
steps:
34
- uses: actions/checkout@v4
35
- name: Generate Swift Package.resolved
0 commit comments