There was an error while loading. Please reload this page.
1 parent 415b2d2 commit 268035aCopy full SHA for 268035a
1 file changed
‎.github/workflows/ios-sdk.yml‎
@@ -0,0 +1,24 @@
1
+name: ios-sdk
2
+
3
+on:
4
+ push:
5
6
+jobs:
7
+ ios-sdk-test:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
11
+ with:
12
+ repository: 'DataDog/dd-sdk-ios'
13
14
+ - name: Verify RUM models
15
+ run: |
16
+ pwd
17
+ ls -al
18
+ ls tools/utils/
19
+ /home/runner/work/rum-events-format/rum-events-format/tools/utils/current-git.sh --print-branch
20
+ make -n rum-models-verify
21
+ make rum-models-verify
22
23
+ - name: Verify Session Replay models
24
+ run: make sr-models-verify
0 commit comments