Skip to content

Commit

Permalink
More CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Aug 28, 2024
1 parent 87f269f commit 1ba7f89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/actions/prepare
# We need to generate schema types before running tests
- uses: ./.github/workflows/actions/type-check-with-cache
- run: pnpm run test
2 changes: 1 addition & 1 deletion app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {toGid} from '~/shared/graphql.ts';
import {SearchParam} from '~/global/auth.ts';

import {HTML} from './foundation/html.ts';
import {Frame} from './foundation/Frame.ts';
import {Frame} from './foundation/frame.ts';

import {Start} from './features/Start.ts';
import {Watching, FinishedWatching} from './features/Watching.ts';
Expand Down
5 changes: 1 addition & 4 deletions vitest.workspace.js
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
export default [
'./app/vite.config.js',
'./packages/*/vite.config.js',
];
export default ['./app/vite.config.js', './packages/*/vite.config.js'];

0 comments on commit 1ba7f89

Please sign in to comment.