Skip to content

Commit

Permalink
[#146] Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jan 8, 2024
1 parent 2f1d0e9 commit 66f60e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
["verify4337Module.sh", "verifyTransactionExecutionMethods.sh", "verifyValidationData.sh"]
defaults:
run:
working-directory: ./4337
working-directory: ./modules/4337
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_4337.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./4337
working-directory: ./modules/4337
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_4337_gas_metering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./moudles/4337-gas-metering
working-directory: ./modules/4337-gas-metering
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 66f60e5

Please sign in to comment.