Skip to content

Merge pull request #34 from fumito-ito/renovate/cocoapods-1.x-lockfile #88

Merge pull request #34 from fumito-ito/renovate/cocoapods-1.x-lockfile

Merge pull request #34 from fumito-ito/renovate/cocoapods-1.x-lockfile #88

name: Swift
on: [push]
jobs:
build:
runs-on: macos-13
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