Skip to content

Commit

Permalink
ci: remove unnecessary command form integ-go (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain authored Nov 2, 2024
1 parent ae2ed79 commit 78ea879
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion projenrc/IntegrationTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ export class IntegrationTests extends Component {

const goJobName = 'integ-go';
this.project.buildWorkflow?.addPostBuildJobCommands(goJobName, [
'tar --strip-components=1 -xzvf dist/js/*.tgz -C .',
'npx projen integ:go',
], {
checkoutRepo: true,
Expand Down

0 comments on commit 78ea879

Please sign in to comment.