Skip to content

Commit

Permalink
Add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Aug 24, 2023
1 parent 919415f commit abf34d3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,18 @@ jobs:
name: "Test"
command: cond_spot_run_tests end-to-end aztec_rpc_sandbox.test.ts docker-compose-e2e-sandbox.yml

guides-writing-an-account-contract:
machine:
image: ubuntu-2004:202010-01
resource_class: large
steps:
- *checkout
- *setup_env
- run:
name: "Test"
command: ./scripts/cond_run_script end-to-end $JOB_NAME ./scripts/run_tests_local guides/writing_an_account_contract.test.ts
working_directory: yarn-project/end-to-end

e2e-canary-test:
docker:
- image: aztecprotocol/alpine-build-image
Expand Down Expand Up @@ -1344,6 +1356,7 @@ workflows:
- e2e-canary-test: *e2e_test
- e2e-browser-sandbox: *e2e_test
- aztec-rpc-sandbox: *e2e_test
- guides-writing-an-account-contract: *e2e_test

- e2e-end:
requires:
Expand Down Expand Up @@ -1373,6 +1386,7 @@ workflows:
- e2e-browser-sandbox
- e2e-canary-test
- aztec-rpc-sandbox
- guides-writing-an-account-contract
<<: *defaults

- deploy-dockerhub:
Expand Down

0 comments on commit abf34d3

Please sign in to comment.