Skip to content

Commit

Permalink
skip tests, for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Oct 23, 2023
1 parent 1799f45 commit f300eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ phases:
- codebuild-breakpoint
- 'if ${BUMP_CANDIDATE:-false}; then env NODE_OPTIONS="--max-old-space-size=8196 ${NODE_OPTIONS:-}" /bin/bash ./scripts/bump-candidate.sh; fi'
- /bin/bash ./scripts/align-version.sh
- /bin/bash ./build.sh --ci
- /bin/bash ./build.sh --ci --skip-tests
post_build:
commands:
# Short-circuit: Don't run pack if the above build failed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function validateSpecificationEvolution(specProducer: () => Promise
'└─▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄',
].join('\n') + '\n');

child_process.execSync(`git checkout ${commit} --force`);
child_process.execSync(`git checkout ${commit}`);
specs.push(await specProducer());
}

Expand Down

0 comments on commit f300eaa

Please sign in to comment.