Skip to content

Commit 844c955

Browse files
committed
chore: add new files to list to cause full generation
1 parent 1736e1d commit 844c955

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

genMatrix.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ const { getAllDockerfiles, getDockerfileNodeVersion } = require('./utils');
55
const testFiles = [
66
'genMatrix.js',
77
'.github/workflows/build-test.yml',
8+
'update.js',
9+
'updateLib.js',
10+
'utils.js',
11+
'versions.json',
812
];
913

1014
const areTestFilesChanged = (changedFiles) => changedFiles

0 commit comments

Comments
 (0)