Skip to content

Commit

Permalink
chore: print gen
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Aug 20, 2023
1 parent a561dc7 commit 83d1d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# Test all mainstream operating system
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [windows-latest]
os: [ubuntu-latest, windows-latest]
node: [18]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions packages/less/test/browser/generator/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Object.entries(config).forEach(entry => {
const test = entry[1]
const paths = globby.sync(test.src)
const templateString = template(paths, test.options.helpers, test.options.specs)
console.log(`${test.options.outfile}: `, templateString);
fs.writeFileSync(path.join(cwd, test.options.outfile), templateString)
tests.push(() => {
const file = 'http://localhost:8081/packages/less/' + test.options.outfile
Expand Down

0 comments on commit 83d1d93

Please sign in to comment.