Skip to content

Commit 2051e8d

Browse files
committed
Add argent to CI
1 parent 281bc50 commit 2051e8d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Install dependencies
3939
run: yarn --immutable
4040

41+
- name: Install Argent
42+
run: npm install -g @swmansion/argent
43+
4144
- name: Setup Detox
4245
run: brew tap wix/brew && brew install applesimutils && npm install -g detox-cli
4346

@@ -78,6 +81,9 @@ jobs:
7881
- name: Install dependencies
7982
run: yarn --immutable
8083

84+
- name: Install Argent
85+
run: npm install -g @swmansion/argent
86+
8187
- name: Setup Detox
8288
run: npm install -g detox-cli
8389

0 commit comments

Comments
 (0)