Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO_NOT_MERGE] chore: dfx start --pocketic #973

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
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
4 changes: 2 additions & 2 deletions .github/workflows/hosting-photo-storage-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npm install
npm run build
# verify that frontend asset canister deploys
dfx start --background
dfx start --background --clean --pocketic
dfx deploy
popd
hosting-photo-storage-linux:
Expand All @@ -43,6 +43,6 @@ jobs:
npm install
npm run build
# verify that frontend asset canister deploys
dfx start --background
dfx start --background --clean --pocketic
dfx deploy
popd
4 changes: 2 additions & 2 deletions .github/workflows/hosting-static-website-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Hosting Static Website Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd hosting/static-website
dfx deploy
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Hosting Static Website Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd hosting/static-website
dfx deploy
popd
4 changes: 2 additions & 2 deletions .github/workflows/hosting-unity-webgl-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Hosting Unity Webgl Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd hosting/unity-webgl-template
dfx deploy
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Hosting Unity Webgl Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd hosting/unity-webgl-template
dfx deploy
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-basic-bitcoin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ZenVoich/setup-mops@v1
- name: Motoko Basic Bitcoin Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/basic_bitcoin
dfx deploy basic_bitcoin --argument '(variant { regtest })'
popd
Expand All @@ -42,7 +42,7 @@ jobs:
uses: ZenVoich/setup-mops@v1
- name: Motoko Basic Bitcoin Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/basic_bitcoin
dfx deploy basic_bitcoin --argument '(variant { regtest })'
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-basic-dao-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko DAO Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/basic_dao
dfx canister create basic_dao
dfx build
Expand All @@ -39,7 +39,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko DAO Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/basic_dao
dfx canister create basic_dao
dfx build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-canister-logs-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Canister Logs Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/canister_logs
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Canister Logs Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/canister_logs
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-cert_var-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Certified Variable Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/cert-var
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Certified Variable Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/cert-var
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-classes-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Classes Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/classes
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Classes Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/classes
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-composite-query-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Composite Query Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/composite_query
make test
popd
Expand All @@ -35,7 +35,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Composite Query Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/composite_query
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-counter-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Counter Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/counter
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Counter Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/counter
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-hello_cycles-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Hello Cycles Darwin
run: |
dfx start --background --clean
dfx start --background --clean --pocketic
pushd motoko/hello_cycles
make test
popd
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Motoko Hello Cycles Linux
run: |
dfxvm update
dfx start --background --clean
dfx start --background --clean --pocketic
pushd motoko/hello_cycles
make test
popd
2 changes: 1 addition & 1 deletion .github/workflows/motoko-icrc2-swap-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko ICRC2-Swap Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/icrc2-swap
npm install
sleep 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Internet Identity Integration Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/internet_identity_integration
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Internet Identity Integration Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/internet_identity_integration
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-life-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Life Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/life
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Life Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/life
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-minimal-counter-dapp-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Minimal Counter Dapp Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/minimal-counter-dapp
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Minimal Counter Dapp Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/minimal-counter-dapp
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-parallel-calls-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Rust Parallel-Calls Darwin
run: |
pushd motoko/parallel_calls
dfx start --background
dfx start --background --clean --pocketic
make test
popd
motoko-parallel-calls-linux:
Expand All @@ -39,6 +39,6 @@ jobs:
- name: Rust Parallel-Calls Linux
run: |
pushd motoko/parallel_calls
dfx start --background
dfx start --background --clean --pocketic
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-pub-sub-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Pub-Sub Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/pub-sub
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Pub-Sub Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/pub-sub
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-query-stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Query Stats Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/query_stats
dfx deploy query_stats
popd
Expand All @@ -37,7 +37,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Query Stats Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/query_stats
dfx deploy query_stats
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-random_maze-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Random Maze Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/random_maze
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Random Maze Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/random_maze
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-send-http-get-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Send HTTP GET Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/send_http_get
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Send HTTP GET Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/send_http_get
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-send-http-post-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Send HTTP POST Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/send_http_post
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Send HTTP POST Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/send_http_post
make test
popd
4 changes: 2 additions & 2 deletions .github/workflows/motoko-superheroes-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Superheroes Darwin
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/superheroes
make test
popd
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Superheroes Linux
run: |
dfx start --background
dfx start --background --clean --pocketic
pushd motoko/superheroes
make test
popd
Loading
Loading