We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8f2e9 commit 81fa1adCopy full SHA for 81fa1ad
1 file changed
genMatrix.js
@@ -2,7 +2,14 @@
2
const path = require('path');
3
const { getAllDockerfiles, getDockerfileNodeVersion } = require('./utils');
4
5
-const testFiles = ['genMatrix.js', '.github/workflows/build-test.yml'];
+const testFiles = [
6
+ 'genMatrix.js',
7
+ '.github/workflows/build-test.yml',
8
+ 'update.js',
9
+ 'updateLib.js',
10
+ 'utils.js',
11
+ 'versions.json',
12
+];
13
14
const areTestFilesChanged = (changedFiles) => changedFiles
15
.some((file) => testFiles.includes(file));
0 commit comments