Skip to content

Commit

Permalink
fix: Add check port to arg scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Oct 7, 2024
1 parent 7f31376 commit 0c3fa07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
firebase-tools-version: 'latest'
emulators: 'auth'
project-id: 'test-project'
max-retries: '3'
max-retries: '1'
max-checks: '60'
wait-time: '1'
check-port: '9099'
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ runs:
- name: Start Firebase Emulator
shell: bash
run: |
chmod +x ./start-firebase-emulator.sh && ./start-firebase-emulator.sh ${{ inputs.emulators }} ${{ inputs.project-id }} ${{ inputs.max-retries }} ${{ inputs.max-checks }} ${{ inputs.wait-time }}
chmod +x ./start-firebase-emulator.sh && ./start-firebase-emulator.sh ${{ inputs.emulators }} ${{ inputs.project-id }} ${{ inputs.max-retries }} ${{ inputs.max-checks }} ${{ inputs.wait-time }} ${{ inputs.check-port }}

0 comments on commit 0c3fa07

Please sign in to comment.