Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Oct 24, 2024
1 parent d971743 commit 8945e42
Show file tree
Hide file tree
Showing 20 changed files with 12,713 additions and 14,275 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: npx playwright install --with-deps
# Re-enable, once we don't have weird depdenency issues, because of the shared src/ folder
# - run: npx nx affected -t lint test build
- run: npx nx run-many --all -t lint test build api-extractor
- run: npx nx run-many --all -t lint test build api-extractor --verbose
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2024 Ory Corp
// SPDX-License-Identifier: Apache-2.0

import { getJestProjects, getJestProjectsAsync } from "@nx/jest"
import { getJestProjects } from "@nx/jest"

export default {
projects: getJestProjects(),
Expand Down
Loading

0 comments on commit 8945e42

Please sign in to comment.