Skip to content

Commit c281b00

Browse files
authored
chore: bump icp-dev-env images to 1.0.1 + Makefile → test.sh (merged examples) (#1423)
1 parent a4de4dd commit c281b00

123 files changed

Lines changed: 1169 additions & 1189 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/backend_only.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
motoko-backend_only:
1818
runs-on: ubuntu-24.04
19-
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
19+
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
2020
env:
2121
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
@@ -26,11 +26,11 @@ jobs:
2626
run: |
2727
icp network start -d
2828
icp deploy
29-
make test
29+
bash test.sh
3030
3131
rust-backend_only:
3232
runs-on: ubuntu-24.04
33-
container: ghcr.io/dfinity/icp-dev-env-rust:0.3.2
33+
container: ghcr.io/dfinity/icp-dev-env-rust:1.0.1
3434
env:
3535
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
steps:
@@ -40,4 +40,4 @@ jobs:
4040
run: |
4141
icp network start -d
4242
icp deploy
43-
make test
43+
bash test.sh

.github/workflows/canister_factory.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
motoko-canister_factory:
1717
runs-on: ubuntu-24.04
18-
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
18+
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
1919
env:
2020
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
steps:
@@ -25,4 +25,4 @@ jobs:
2525
run: |
2626
icp network start -d
2727
icp deploy --cycles 30t
28-
make test
28+
bash test.sh

.github/workflows/canister_logs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
motoko-canister_logs:
1717
runs-on: ubuntu-24.04
18-
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
18+
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
1919
env:
2020
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
steps:
@@ -25,4 +25,4 @@ jobs:
2525
run: |
2626
icp network start -d
2727
icp deploy
28-
make test
28+
bash test.sh

.github/workflows/cert-var.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
motoko-cert-var:
1717
runs-on: ubuntu-24.04
18-
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
18+
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
1919
env:
2020
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
steps:
@@ -25,4 +25,4 @@ jobs:
2525
run: |
2626
icp network start -d
2727
icp deploy
28-
make test
28+
bash test.sh

.github/workflows/composite_query.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
motoko-composite_query:
1717
runs-on: ubuntu-24.04
18-
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
18+
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
1919
env:
2020
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
steps:
@@ -25,4 +25,4 @@ jobs:
2525
run: |
2626
icp network start -d
2727
icp deploy --cycles 30t
28-
make test
28+
bash test.sh

.github/workflows/daily_planner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
motoko-daily_planner:
1818
runs-on: ubuntu-24.04
19-
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
19+
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
2020
env:
2121
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
@@ -26,4 +26,4 @@ jobs:
2626
run: |
2727
icp network start -d
2828
icp deploy
29-
make test
29+
bash test.sh

.github/workflows/filevault.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
motoko-filevault:
1717
runs-on: ubuntu-24.04
18-
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
18+
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
1919
env:
2020
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
steps:
@@ -25,4 +25,4 @@ jobs:
2525
run: |
2626
icp network start -d
2727
icp deploy
28-
make test
28+
bash test.sh

.github/workflows/flying_ninja.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
motoko-flying_ninja:
1818
runs-on: ubuntu-24.04
19-
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
19+
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
2020
env:
2121
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
@@ -26,11 +26,11 @@ jobs:
2626
run: |
2727
icp network start -d
2828
icp deploy
29-
make test
29+
bash test.sh
3030
3131
rust-flying_ninja:
3232
runs-on: ubuntu-24.04
33-
container: ghcr.io/dfinity/icp-dev-env-rust:0.3.2
33+
container: ghcr.io/dfinity/icp-dev-env-rust:1.0.1
3434
env:
3535
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
steps:
@@ -40,4 +40,4 @@ jobs:
4040
run: |
4141
icp network start -d
4242
icp deploy
43-
make test
43+
bash test.sh

.github/workflows/hello_cycles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
motoko-hello_cycles:
1717
runs-on: ubuntu-24.04
18-
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.2
18+
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
1919
env:
2020
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
steps:
@@ -25,4 +25,4 @@ jobs:
2525
run: |
2626
icp network start -d
2727
icp deploy
28-
make test
28+
bash test.sh

.github/workflows/hello_world.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
motoko-hello_world:
1919
runs-on: ubuntu-24.04
20-
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.1
20+
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
2121
env:
2222
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
steps:
@@ -27,11 +27,11 @@ jobs:
2727
run: |
2828
icp network start -d
2929
icp deploy
30-
make test
30+
bash test.sh
3131
3232
rust-hello_world:
3333
runs-on: ubuntu-24.04
34-
container: ghcr.io/dfinity/icp-dev-env-rust:0.3.1
34+
container: ghcr.io/dfinity/icp-dev-env-rust:1.0.1
3535
env:
3636
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
steps:
@@ -41,4 +41,4 @@ jobs:
4141
run: |
4242
icp network start -d
4343
icp deploy
44-
make test
44+
bash test.sh

0 commit comments

Comments
 (0)