Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlang committed Jun 20, 2024
1 parent 12a18cd commit adeb0d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install rsync
run: sudo apt-get update && sudo apt-get install -y rsync

- name: Prepare environment for Docker container
run: |
mkdir -p ${{ runner.temp }}/docker_workspace && \
Expand Down
5 changes: 1 addition & 4 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ export default defineConfig({
plugins: [tsconfigPaths()],
test: {
include: ['./tests/unit/**/*.{test,spec}.?(c|m)[jt]s?(x)'],
exclude: [
'./tests/e2e/**/*',
'./tests/unit/utils/TexComponent.test.ts',
],
exclude: ['./tests/e2e/**/*'],
typecheck: {
tsconfig: './tests/unit/tsconfig.json',
enabled: true,
Expand Down

0 comments on commit adeb0d7

Please sign in to comment.