diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index dda367d..bb9296f 100644 --- a/.github/workflows/ci-checks.yaml +++ b/.github/workflows/ci-checks.yaml @@ -14,4 +14,6 @@ jobs: with: node-version: 18 - run: npm install - - run: npm run test:ci + - run: | + npm run test:ci + cat test.log diff --git a/test/ci/publish.test.ts b/test/ci/publish.test.ts index dc6bfe5..8be285a 100644 --- a/test/ci/publish.test.ts +++ b/test/ci/publish.test.ts @@ -51,6 +51,7 @@ test("publish workflow", async () => { const act = new Act(github.repo.getPath("publish")); const result = await act.setSecret("NPM_TOKEN", "token").runJob("release", { + logFile: "test.log", mockSteps: { release: [ {