Skip to content
Draft
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
8 changes: 4 additions & 4 deletions .github/workflows/backend_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
motoko-backend_only:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -26,11 +26,11 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh

rust-backend_only:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-rust:0.3.2
container: ghcr.io/dfinity/icp-dev-env-rust:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -40,4 +40,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/canister_factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-canister_factory:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy --cycles 30t
make test
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/canister_logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-canister_logs:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/cert-var.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-cert-var:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/composite_query.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-composite_query:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy --cycles 30t
make test
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/daily_planner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
motoko-daily_planner:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -26,4 +26,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/filevault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-filevault:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
8 changes: 4 additions & 4 deletions .github/workflows/flying_ninja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
motoko-flying_ninja:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -26,11 +26,11 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh

rust-flying_ninja:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-rust:0.3.2
container: ghcr.io/dfinity/icp-dev-env-rust:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -40,4 +40,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/hello_cycles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-hello_cycles:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
8 changes: 4 additions & 4 deletions .github/workflows/hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
motoko-hello_world:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.1
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -27,11 +27,11 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh

rust-hello_world:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-rust:0.3.1
container: ghcr.io/dfinity/icp-dev-env-rust:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -41,4 +41,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
hosting-godot-html5-template:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-all:0.3.2
container: ghcr.io/dfinity/icp-dev-env-all:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosting-photo-storage-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
hosting-photo-storage:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-all:0.3.2
container: ghcr.io/dfinity/icp-dev-env-all:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosting-static-website-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
hosting-static-website:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-all:0.3.2
container: ghcr.io/dfinity/icp-dev-env-all:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosting-unity-webgl-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
hosting-unity-webgl:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-all:0.3.2
container: ghcr.io/dfinity/icp-dev-env-all:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/icp_transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
motoko-icp_transfer:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.0
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -26,7 +26,7 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh

rust-icp_transfer:
runs-on: ubuntu-24.04
Expand All @@ -40,4 +40,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
6 changes: 3 additions & 3 deletions .github/workflows/icrc2-swap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-icrc2-swap:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -24,5 +24,5 @@ jobs:
working-directory: motoko/icrc2-swap
run: |
icp network start -d
make deploy
make test
bash deploy.sh
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/low_wasm_memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-low_wasm_memory:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
8 changes: 4 additions & 4 deletions .github/workflows/parallel_calls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-parallel_calls:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,15 +25,15 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh

motoko-parallel_calls-multi-subnet:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-all:0.3.2
container: ghcr.io/dfinity/icp-dev-env-all:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Run multi-subnet PocketIC test
working-directory: motoko/parallel_calls
run: make test-multi-subnet
run: bash test-multi-subnet.sh
4 changes: 2 additions & 2 deletions .github/workflows/pub-sub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-pub-sub:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/query_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-query_stats:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/random_maze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-random_maze:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/send_http_get.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-send_http_get:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
4 changes: 2 additions & 2 deletions .github/workflows/send_http_post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
motoko-send_http_post:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
icp network start -d
icp deploy
make test
bash test.sh
Loading
Loading