Skip to content

Commit

Permalink
deployContractUDC added in CI test. (#606)
Browse files Browse the repository at this point in the history
add deployContractUDC to CICD tests
  • Loading branch information
PsychoPunkSage authored Jul 25, 2024
1 parent 20e049b commit e8a6688
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main_ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: (main) Auto CI run
on:
pull_request:
branches:
- 'main'
- "main"

jobs:
build_and_test:
Expand Down Expand Up @@ -67,7 +67,8 @@ jobs:

# Build examples
- name: Build examples
run: |
run: |
cd examples/deployAccount && go build
cd ../simpleCall && go build
cd ../simpleInvoke && go build
cd ../deployContractUDC && go build

0 comments on commit e8a6688

Please sign in to comment.