Skip to content

Commit

Permalink
add flank config file as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
piotradamczyk5 authored and mergify-bot committed Mar 9, 2021
1 parent 2f30430 commit 60c1538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ runs:
shell: bash
- id: run_flank
run: |
java -jar flank.jar firebase test ${{ inputs.platform }} run
java -jar flank.jar firebase test ${{ inputs.platform }} run -c=${{ inputs.flank_configuration_file }}
shell: bash

0 comments on commit 60c1538

Please sign in to comment.