Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Nov 27, 2024
1 parent 679b1fe commit 73cd61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
cancel-in-progress: true
defaults:
run:
working-directory: ./optd-persistent
working-directory: ./optd-mvp
name: check
jobs:
fmt:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true
defaults:
run:
working-directory: ./optd-persistent
working-directory: ./optd-mvp
name: test
jobs:
required:
Expand Down

0 comments on commit 73cd61d

Please sign in to comment.