Skip to content

Commit

Permalink
modify: deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-zhaolei committed Dec 20, 2024
1 parent 61caf15 commit 583a9ce
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/testnet-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
strategy:
matrix:
servicename: [
CAServer.HttpApi.Host
CAServer.Silo,
CAServer.AuthServer,
CAServer.EntityEventHandler,
CAServer.ContractEventHandler,
CAServer.HttpApi.Host,
CAServer.BackGround
]
steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +38,12 @@ jobs:
strategy:
matrix:
servicename: [
CAServer.HttpApi.Host
CAServer.Silo,
CAServer.AuthServer,
CAServer.EntityEventHandler,
CAServer.ContractEventHandler,
CAServer.HttpApi.Host,
CAServer.BackGround
]
permissions:
contents: read
Expand Down

0 comments on commit 583a9ce

Please sign in to comment.