Skip to content

bolteu/upload-file-to-firebase

Repository files navigation

Upload test results to Firebase

Set up

npm install

Usage

In GitHub actions:

- name: Upload unit test results
    uses: bolteu/upload-file-to-firebase@v1.x
    if: failure()
    with:
        service-json: ${{ secrets.FIREBASE_STORAGE_JSON_KEY }}
        github-token: ${{secrets.GITHUB_TOKEN}}
        bucketName: "ios-ui-tests"
        bucketFolder: "client"
        directoryPath: "fastlane/test_output/test_result.xcresult"
        testNamePrefix: "Unit"

After any change you have to rebuild dist/index.js before commit:

npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published