Skip to content

Commit

Permalink
setup working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirky committed Jun 30, 2023
1 parent 7410e1d commit 3f291ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ios-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@ on:
description: 'Value can be test or build'
type: string
required: true
working-directory:
description: 'working directory to execute the flow in'
type: string
default: '.'
required: false

workflow_dispatch:

jobs:
defaults:
run:
working-directory: ${{ inputs.working-directory }}

build-or-test:
runs-on: [self-hosted, MacOS]
steps:
Expand Down

0 comments on commit 3f291ea

Please sign in to comment.