There was an error while loading. Please reload this page.
1 parent 14ab2d9 commit 258ae8bCopy full SHA for 258ae8b
1 file changed
‎.github/workflows/ios-sdk.yml‎
@@ -0,0 +1,21 @@
1
+name: ios-sdk
2
+
3
+on:
4
+ push:
5
6
+jobs:
7
+ ios-sdk-test:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Install dependencies
11
+ run: sudo apt install -y zsh
12
13
+ - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
14
+ with:
15
+ repository: 'DataDog/dd-sdk-ios'
16
17
+ - name: Verify RUM models
18
+ run: make rum-models-generate GIT_REF=${{ github.sha }}
19
20
+ - name: Verify Session Replay models
21
+ run: make sr-models-generate GIT_REF=${{ github.sha }}
0 commit comments