Skip to content

Commit 04f00e8

Browse files
Jake ChampionJakeChampion
authored andcommitted
chore: try retry the publish command in case it is flaky
1 parent 302d501 commit 04f00e8

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/js-compute

1 file changed

+1
-1
lines changed

integration-tests/js-compute/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ for (const fixture of testFixtures) {
9696
core.endGroup()
9797
core.startGroup('Build and deploy service')
9898
await zx`npm i`
99-
await zx`fastly compute publish -i --quiet --token $FASTLY_API_TOKEN`
99+
await $`fastly compute publish -i --quiet --token $FASTLY_API_TOKEN`
100100
core.endGroup()
101101

102102
// get the public domain of the deployed application

0 commit comments

Comments
 (0)