You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Note how we [cache Maven dependencies]({{site.baseurl}}/docs/learn-by-example/java/spring-boot-2/#caching-the-maven-dependencies) using the internal Codefresh Volume.
121
+
Note how we [cache Maven dependencies]({{site.baseurl}}/docs/example-catalog/ci-examples/java/spring-boot-2/#caching-the-maven-dependencies) using the internal Codefresh Volume.
124
122
125
-
**Running unit tests in [Node.JS]({{site.baseurl}}/docs/learn-by-example/nodejs/):**
123
+
**Running unit tests in [Node.JS]({{site.baseurl}}/docs/example-catalog/ci-examples/nodejs/):**
126
124
127
125
`codefresh.yml`
128
126
{% highlight yaml %}
@@ -136,7 +134,7 @@ steps:
136
134
-npm run test
137
135
{% endhighlight %}
138
136
139
-
**Packaging a [GO application]({{site.baseurl}}/docs/learn-by-example/golang/golang-hello-world/):**
137
+
**Packaging a [GO application]({{site.baseurl}}/docs/example-catalog/ci-examples/golang-hello-world/):**