Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhbapna committed Jul 17, 2024
1 parent 5dc7293 commit 4a0efab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
ci-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18
- run: npm install
- run: |
npm run test:ci || true
cat test.log
npm run test:ci
1 change: 0 additions & 1 deletion test/ci/publish.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ 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 4a0efab

Please sign in to comment.