Skip to content

Commit 268035a

Browse files
👷 run tests for dd-sdk-ios
1 parent 415b2d2 commit 268035a

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)