diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9c4402d..f39a7f4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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' \ No newline at end of file diff --git a/action.yaml b/action.yaml index 90624c8..9afa917 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }} \ No newline at end of file + 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 }} \ No newline at end of file