Skip to content

Commit

Permalink
check why ci is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhbapna committed Jul 17, 2024
1 parent 9f47806 commit 1bb46a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions test/ci/publish.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit 1bb46a5

Please sign in to comment.