Skip to content

Commit bf015b7

Browse files
Remove test from pipeline
1 parent 765cb82 commit bf015b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ config:: _install-dependencies version # Configure development environment (main
9898
npm install
9999
(cd docs && make install && cd ..)
100100

101-
test-component:
102-
(cd tests && npm install && npm run test:component)
101+
#test-component: To Be discussed with Infra on AWS credentials @Pipeline
102+
# (cd tests && npm install && npm run test:component)
103103

104104
version:
105105
rm -f .version

0 commit comments

Comments
 (0)