Skip to content

fix: Loading cached user data before IAM sdk initialization (SDKCF-6826) #1

fix: Loading cached user data before IAM sdk initialization (SDKCF-6826)

fix: Loading cached user data before IAM sdk initialization (SDKCF-6826) #1

Workflow file for this run

name: Emerge
on:
pull_request_target:
branches: [ master, main ]
push:
branches: [ master, main ]
permissions:
actions: read
checks: read
contents: read
pull-requests: read
jobs:
upload-to-emerge:
runs-on: macos-12
name: Upload artifact to Emerge tools
steps:
- uses: actions/checkout@v3
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.3'
- name: Archive Sample app
uses: maierj/[email protected]
with:
lane: 'archive'
- name: Compress artifact
shell: bash
run: |
cd artifacts
zip -r artifact.zip *.xcarchive
- name: Upload artifact to Emerge
uses: EmergeTools/[email protected]
with:
artifact_path: ./artifacts/artifact.zip
emerge_api_key: ${{ secrets.EMERGE_API_KEY }}