Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Apr 17, 2023
1 parent 3fae31a commit 0ef6fa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
set -x
dfx cache install
dfx start --background
dfx canister --no-wallet create Search
dfx canister create Search
dfx build Search
dfx deploy --no-wallet Search
dfx canister --no-wallet create UnitTest
dfx deploy Search
dfx canister create UnitTest
dfx build UnitTest
dfx deploy --no-wallet UnitTest
dfx deploy UnitTest
dfx canister call UnitTest selfTest
- name: "docs"
run: /home/runner/.cache/dfinity/versions/$DFX_VERSION/mo-doc
Expand Down

0 comments on commit 0ef6fa9

Please sign in to comment.