We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1c080 commit cfa7b34Copy full SHA for cfa7b34
1 file changed
.github/workflows/e2e.yml
@@ -38,7 +38,9 @@ jobs:
38
exit 1
39
fi
40
echo "✓ SDK built successfully"
41
-
+ - name: Uninstall @imagekit/angular from test app
42
+ working-directory: ./test-app
43
+ run: npm uninstall @imagekit/angular
44
- name: Install test app dependencies
45
working-directory: ./test-app
46
run: npm install
0 commit comments