Skip to content

Commit

Permalink
[ci] try artifact.ci (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal authored Oct 9, 2024
1 parent 95f442b commit 35243f2
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 46 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ jobs:
- run: pnpm install
- run: pnpm run build
- run: pnpm run lint
- run: pnpm test
- run: pnpm test -- --reporter html
- name: upload artifact
uses: actions/upload-artifact@v4
if: always()
with:
path: html
name: test-report

test-types:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ coverage
# ignore non-pnpm lockfiles
package-lock.json
yarn.lock

# vitest reporter output
html
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.16.2",
"@types/node": "^20.0.0",
"@vitest/ui": "^2.0.5",
"eslint": "^8.57.0",
"eslint-plugin-mmkal": "0.9.0",
"np": "^10.0.0",
"pkg-pr-new": "0.0.24",
"strip-ansi": "7.1.0",
"ts-morph": "23.0.0",
"typescript": "5.6.2",
"vitest": "^2.0.0"
"vitest": "^2.1.2"
}
}
Loading

0 comments on commit 35243f2

Please sign in to comment.