Skip to content

Commit cfa7b34

Browse files
committed
Uninstall @imagekit/angular from test app in e2e workflow
1 parent ba1c080 commit cfa7b34

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
exit 1
3939
fi
4040
echo "✓ SDK built successfully"
41-
41+
- name: Uninstall @imagekit/angular from test app
42+
working-directory: ./test-app
43+
run: npm uninstall @imagekit/angular
4244
- name: Install test app dependencies
4345
working-directory: ./test-app
4446
run: npm install

0 commit comments

Comments
 (0)