From f07d200987256cd07702029c4cd3827b9fb03aae Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Sat, 14 Sep 2024 10:05:41 +0200 Subject: [PATCH] fix name for action test --- test/action.test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/action.test.mjs b/test/action.test.mjs index be42a8d..a56ba6e 100644 --- a/test/action.test.mjs +++ b/test/action.test.mjs @@ -37,7 +37,7 @@ const mockAction = async (module) => { const main = await mockAction('../src/main.mjs'); describe('GitHub action', function () { - it('runs', async function () { + it('works with META.json', async function () { const { outputs } = await main({ sources: joinPath(__dirname, 'corpus', 'META.json'), phases: 'test',