Skip to content

[CI] Adicionar Github actions #134

@gitrubs

Description

@gitrubs

Descrição

Adicionar workflow básico do github actions com testes

Requisitos

Máquina: macOS-latest
Versão do Xcode: 11.2

Sintaxe de exemplo

name: Regular branch
on: [push]
jobs:
  test:
    name: Test Job
    runs-on: macOS-latest
    env:
        DEVELOPER_DIR: /Applications/Xcode_11.2.app/Contents/Developer
    steps:
    - uses: actions/checkout@v2
    - name: Fastlane test
      run: fastlane test

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions