Skip to content

Commit

Permalink
chore: add debug output for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed May 1, 2024
1 parent ef1eb07 commit 26da3f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/eleventy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ function findResultByUrl(results, url) {
const fixturePath = (p) => path.normalize(path.join(__dirname, 'fixtures', p));

test("Sample page (wikilinks and regular links)", async t => {

console.log('===FIXTURE PATH', fixturePath('sample-small-website'));
console.log('===DIRNAME', __dirname);

let elev = new Eleventy(fixturePath('sample-small-website'), fixturePath('sample-small-website/_site'), {
configPath: fixturePath('sample-small-website/eleventy.config.js'),
});
Expand Down

0 comments on commit 26da3f3

Please sign in to comment.