diff --git a/.github/workflows/note-send-proof-tests.yml b/.github/workflows/note-send-proof-tests.yml index bb804f3..be9ee93 100644 --- a/.github/workflows/note-send-proof-tests.yml +++ b/.github/workflows/note-send-proof-tests.yml @@ -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" @@ -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 diff --git a/.github/workflows/prediction-market-tests.yml b/.github/workflows/prediction-market-tests.yml index 01a7637..89795a1 100644 --- a/.github/workflows/prediction-market-tests.yml +++ b/.github/workflows/prediction-market-tests.yml @@ -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" @@ -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 diff --git a/.github/workflows/recursive-verification-tests.yml b/.github/workflows/recursive-verification-tests.yml index 1affa52..ca3c281 100644 --- a/.github/workflows/recursive-verification-tests.yml +++ b/.github/workflows/recursive-verification-tests.yml @@ -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" @@ -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 diff --git a/.github/workflows/test-wallet-webapp-tests.yml b/.github/workflows/test-wallet-webapp-tests.yml index 7f827dd..8500bd2 100644 --- a/.github/workflows/test-wallet-webapp-tests.yml +++ b/.github/workflows/test-wallet-webapp-tests.yml @@ -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" @@ -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 diff --git a/CLAUDE.md b/CLAUDE.md index 4b63193..24fe8a1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 diff --git a/README.md b/README.md index c10bcdd..94cc749 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ aztec-wallet profile --args --contract-address -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