Skip to content

Update dependency cocoapods to v1.15.2 #140

Update dependency cocoapods to v1.15.2

Update dependency cocoapods to v1.15.2 #140

name: Swift
on: [push]
jobs:
build:
runs-on: macos-14
env:
TEST: 1
steps:
- uses: actions/checkout@v4
- name: Create GoogleService-Info.plist from GOOGLE_SERVICE_INFO_PLIST
run: |
echo GOOGLE_SERVICE_INFO_PLIST | base64 -d >> Tests/GoogleService-Info.plist
shell: bash
env:
GOOGLE_SERVICE_INFO_PLIST: ${{ secrets.GOOGLE_SERVICE_INFO_PLIST }}
- name: Build
run: swift build
- name: Run tests
run: swift test