Skip to content

Commit

Permalink
chore: add example test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfx-json committed Apr 24, 2024
1 parent b3f645a commit 3a6c7a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check-interface-spec-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ jobs:
.github/workflows/hosting-photo-storage-example.test.sh
.github/workflows/hosting-static-website-example.test.sh
.github/workflows/hosting-unity-webgl-example.test.sh
.github/workflows/motoko-actor-reference.test.sh
.github/workflows/motoko-actor-reference.test.sh
.github/workflows/motoko-basic-bitcoin.test.sh
5 changes: 5 additions & 0 deletions .github/workflows/motoko-basic-bitcoin.test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
dfx start --background
pushd motoko/basic_bitcoin
dfx deploy basic_bitcoin --argument '(variant { regtest })'
popd
10 changes: 2 additions & 8 deletions .github/workflows/motoko-basic-bitcoin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Basic Bitcoin Darwin
run: |
dfx start --background
pushd motoko/basic_bitcoin
dfx deploy basic_bitcoin --argument '(variant { regtest })'
popd
.github/workflows/motoko-basic-bitcoin.test.sh
rust-basic-bitcoin-linux:
runs-on: ubuntu-20.04
steps:
Expand All @@ -38,7 +35,4 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Basic Bitcoin Linux
run: |
dfx start --background
pushd motoko/basic_bitcoin
dfx deploy basic_bitcoin --argument '(variant { regtest })'
popd
.github/workflows/motoko-basic-bitcoin.test.sh

0 comments on commit 3a6c7a6

Please sign in to comment.