Skip to content

Commit

Permalink
chore: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Jul 12, 2024
1 parent be2319f commit 2e96cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
fail-fast: false
matrix:
package:
- solana-docker
- solana-test-validator
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Expand Down
5 changes: 1 addition & 4 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@
"push:docker": {
"cache": false
},
"test": {
"dependsOn": ["solana-docker#build:docker", "^build"]
},
"solana-testcontainers#build": {
"inputs": ["src/**"],
"outputs": ["dist/**"],
"dependsOn": ["solana-docker#build:docker", "^build"]
"dependsOn": ["solana-test-validator#build:docker", "^build"]
},
"lint": {
"outputs": []
Expand Down

0 comments on commit 2e96cc2

Please sign in to comment.