[mq] working branch - merge c611d1b6b3 on top of master at 846ac60c69 #124
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: ios-sdk | |
| on: | |
| push: | |
| jobs: | |
| ios-sdk-test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Install dependencies | |
| run: sudo apt install -y zsh | |
| - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 | |
| with: | |
| repository: 'DataDog/dd-sdk-ios' | |
| - name: Verify RUM models | |
| run: make rum-models-generate GIT_REF=${{ github.sha }} | |
| - name: Verify Session Replay models | |
| run: make sr-models-generate GIT_REF=${{ github.sha }} |