Skip to content

Commit

Permalink
fix name for action test
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Sep 14, 2024
1 parent 61a3fc9 commit f07d200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/action.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f07d200

Please sign in to comment.