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 d1c451a commit b3f645a
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 @@ -85,4 +85,5 @@ jobs:
run: |
.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/hosting-unity-webgl-example.test.sh
.github/workflows/motoko-actor-reference.test.sh
5 changes: 5 additions & 0 deletions .github/workflows/motoko-actor-reference.test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
dfx start --background
pushd motoko/actor_reference
make test
popd
10 changes: 2 additions & 8 deletions .github/workflows/motoko-actor_reference-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Actor Reference Darwin
run: |
dfx start --background
pushd motoko/actor_reference
make test
popd
.github/workflows/motoko-actor-reference.test.sh
motoko-actor-reference-linux:
runs-on: ubuntu-20.04
steps:
Expand All @@ -34,7 +31,4 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Actor Reference Linux
run: |
dfx start --background
pushd motoko/actor_reference
make test
popd
.github/workflows/motoko-actor-reference.test.sh

0 comments on commit b3f645a

Please sign in to comment.