Skip to content

Release to iOS and Android stores #272

Release to iOS and Android stores

Release to iOS and Android stores #272

Workflow file for this run

name: Platform Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
platform_tests:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: WillAbides/[email protected]
with:
go-version: '1.18'
- name: Test
run: go test -tags ci ./...