Skip to content

Commit 81fa1ad

Browse files
committed
chore: add new files to list to cause full generation
1 parent 2f8f2e9 commit 81fa1ad

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

genMatrix.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
const path = require('path');
33
const { getAllDockerfiles, getDockerfileNodeVersion } = require('./utils');
44

5-
const testFiles = ['genMatrix.js', '.github/workflows/build-test.yml'];
5+
const testFiles = [
6+
'genMatrix.js',
7+
'.github/workflows/build-test.yml',
8+
'update.js',
9+
'updateLib.js',
10+
'utils.js',
11+
'versions.json',
12+
];
613

714
const areTestFilesChanged = (changedFiles) => changedFiles
815
.some((file) => testFiles.includes(file));

0 commit comments

Comments
 (0)