Skip to content

Change CocoaPods secret name to PUSHER_CI_COCOAPODS_TOKEN #84

Change CocoaPods secret name to PUSHER_CI_COCOAPODS_TOKEN

Change CocoaPods secret name to PUSHER_CI_COCOAPODS_TOKEN #84

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v