We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302d501 commit 04f00e8Copy full SHA for 04f00e8
integration-tests/js-compute/test.js
@@ -96,7 +96,7 @@ for (const fixture of testFixtures) {
96
core.endGroup()
97
core.startGroup('Build and deploy service')
98
await zx`npm i`
99
- await zx`fastly compute publish -i --quiet --token $FASTLY_API_TOKEN`
+ await $`fastly compute publish -i --quiet --token $FASTLY_API_TOKEN`
100
101
102
// get the public domain of the deployed application
0 commit comments