Skip to content

Commit

Permalink
feat: Workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawSwiderski committed Sep 8, 2024
1 parent 8301c2c commit aa49f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/[email protected].5
uses: JetBrains/[email protected].9
with:
cache-default-branch-only: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class SdkImportServiceTest {
}

private fun mockJdk() {
VfsRootAccess.allowRootAccess(project, jdkPath)
runWriteAction {
sdkImportFile.writeText(
"""
Expand Down

0 comments on commit aa49f93

Please sign in to comment.