Skip to content

Commit

Permalink
skip hp publish for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettCleary committed May 4, 2024
1 parent 0c09a35 commit 6af230f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/commands/publish.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ describe('publish CLI command', () => {
`--private-key=${publisherPrivateKey}`,
'--no-meta-tx',
'--yml-path=./test/mock_data/hyperplay.yml',
'--network=http://127.0.0.1:8545/'
'--network=http://127.0.0.1:8545/',
'--skip_hyperplay_publish'
]
const releaseMeta = await runPublishCommandWithMockData('v0.0.2', publishArgs)
const platformKeys = Object.keys(releaseMeta.platforms)
Expand All @@ -114,7 +115,8 @@ describe('publish CLI command', () => {
`--private-key=${publisherPrivateKey}`,
'--no-meta-tx',
'--yml-path=./test/mock_data/hyperplay_publish.yml',
'--network=http://127.0.0.1:8545/'
'--network=http://127.0.0.1:8545/',
'--skip_hyperplay_publish'
]
const releaseMeta = await runPublishCommandWithMockData('v0.0.3', publishArgs)
console.log('release meta ', releaseMeta)
Expand Down

0 comments on commit 6af230f

Please sign in to comment.