Skip to content

fix: improve GetNonce method in C#, Swift and php, and add some test code #88

fix: improve GetNonce method in C#, Swift and php, and add some test code

fix: improve GetNonce method in C#, Swift and php, and add some test code #88

Workflow file for this run

name: Swift
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
defaults:
run:
shell: bash
working-directory: swift
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set default Xcode version
shell: bash
run: |
echo "Switching Xcode to version '13.0'..."
sudo xcode-select --switch /Applications/Xcode_13.0.app
- name: Install gems
run: bundle install
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v