Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bfischer1121 committed Jun 18, 2019
1 parent f605b1b commit 2545854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/acceptance.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ async function main() {

await waitForNetlifyDeploy(deploy.id)
console.log(`netlify deployed: ${deploy.deploy_ssl_url}`)
console.log('starting acceptance')

console.log('starting acceptance')
const test = ChildProcess.spawn('npm', ['run', 'acceptance-ci'], {
env: Object.assign({}, process.env, {
ACCEPTANCE_URL: deploy.deploy_ssl_url
Expand Down

0 comments on commit 2545854

Please sign in to comment.