Skip to content

voiapp/run-tests-action-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run tests action for our apps

Usage

jobs:
  assignee_to_reviewer:
    runs-on: whatever-you-need
    steps:
      - name: Run test - [Production]
        uses: voiapp/run-tests-action-ios@VERSION-TAG
        with:
        environment: 'production'
        developer_dir: ${{ matrix.xcode }}

The environment variable takes either single environments (production, stage) or combined ones with a dash in between.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published