Skip to content

Commit

Permalink
should fix rest of ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
peetzweg committed May 3, 2024
1 parent 59c7b80 commit 83f789b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contract-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: contract
working-directory: contracts
steps:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: contract
working-directory: contracts
steps:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: contract
working-directory: contracts
steps:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 83f789b

Please sign in to comment.