Skip to content

Deploy to by @ogulcankeskin93 #7

Deploy to by @ogulcankeskin93

Deploy to by @ogulcankeskin93 #7

Workflow file for this run

run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
pull_request:
branches:
- development
workflow_dispatch:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Run Tests (No Cache)
if: steps.setup.outputs.cache-hit != 'true'
run: bundle exec fastlane tests