Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/note-send-proof-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Note Send Proof Tests
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
paths:
- "note-send-proof/**"
- ".github/workflows/note-send-proof-tests.yml"
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Aztec CLI
run: |
curl -s https://install.aztec.network > tmp.sh
NON_INTERACTIVE=1 bash tmp.sh
VERSION=${{ env.AZTEC_VERSION }} NON_INTERACTIVE=1 bash tmp.sh
rm tmp.sh

- name: Update path
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prediction-market-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Prediction Market Tests
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
paths:
- "prediction-market/**"
- ".github/workflows/prediction-market-tests.yml"
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Aztec CLI
run: |
curl -s https://install.aztec.network > tmp.sh
NON_INTERACTIVE=1 bash tmp.sh
VERSION=${{ env.AZTEC_VERSION }} NON_INTERACTIVE=1 bash tmp.sh
rm tmp.sh

- name: Update path
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/recursive-verification-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Recursive Verification Tests
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
paths:
- "recursive_verification/**"
- ".github/workflows/recursive-verification-tests.yml"
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Aztec CLI
run: |
curl -s https://install.aztec.network > tmp.sh
NON_INTERACTIVE=1 bash tmp.sh
VERSION=${{ env.AZTEC_VERSION }} NON_INTERACTIVE=1 bash tmp.sh
rm tmp.sh

- name: Update path
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-wallet-webapp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test Wallet Webapp Tests
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
paths:
- "test-wallet-webapp/**"
- ".github/workflows/test-wallet-webapp-tests.yml"
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install Aztec CLI
run: |
curl -s https://install.aztec.network > tmp.sh
NON_INTERACTIVE=1 bash tmp.sh
VERSION=${{ env.AZTEC_VERSION }} NON_INTERACTIVE=1 bash tmp.sh
rm tmp.sh

- name: Update path
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ The repository includes GitHub Actions workflows for automated testing:

Runs on:

- Push to main branch
- Push to next branch
- Pull requests modifying `recursive_verification/**`
- Manual workflow dispatch

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ aztec-wallet profile <function> --args <args> --contract-address <alias> -f test

### Continuous Integration

The repository includes GitHub Actions workflows that automatically test examples on pull requests and pushes to the main branch.
The repository includes GitHub Actions workflows that automatically test examples on pull requests and pushes to the next branch.

### Local Testing

Expand Down