We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb42011 commit 0d1cc81Copy full SHA for 0d1cc81
.circleci/config.yml
@@ -6,7 +6,7 @@ job_defaults: &job_defaults
6
working_directory: ~/project/repo
7
8
cache_key: &cache_key ngx-testing-library-deps-cache-{{ .Branch }}-{{ checksum "package-lock.json" }}
9
-dist_key: &dist_key ngx-testing-library-dist
+dist_key: &dist_key ngx-testing-library-dist-{{ .Revision }}
10
11
jobs:
12
install:
0 commit comments