npm install
In GitHub actions:
- name: Upload unit test results
uses: bolteu/[email protected]
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