Skip to content

Commit c3b5cfb

Browse files
committed
Merge pull request #2976 from wing328/ts_fetch_ci
[TypeScript] update pom to cover TS Fetch API clients
2 parents 662d4ef + 3e131d1 commit c3b5cfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -543,13 +543,13 @@
543543
</property>
544544
</activation>
545545
<modules>
546-
<!--<module>samples/client/petstore/typescript-fetch/tests/default</module>
547-
<module>samples/client/petstore/typescript-fetch/builds/default</module>
548-
<module>samples/client/petstore/typescript-fetch/builds/es6-target</module>
549-
<module>samples/client/petstore/typescript-fetch/builds/with-npm-version</module>-->
550546
<!-- run ruby test first which has a random delay script to
551547
avoid issues with running 2 CI jobs in parallel. -->
552548
<module>samples/client/petstore/ruby</module>
549+
<module>samples/client/petstore/typescript-fetch/tests/default</module>
550+
<module>samples/client/petstore/typescript-fetch/builds/default</module>
551+
<module>samples/client/petstore/typescript-fetch/builds/es6-target</module>
552+
<module>samples/client/petstore/typescript-fetch/builds/with-npm-version</module>
553553
<module>samples/client/petstore/typescript-angular</module>
554554
<module>samples/client/petstore/typescript-node/npm</module>
555555
<module>samples/client/petstore/android/volley</module>

0 commit comments

Comments
 (0)