You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/wrangler/src/__tests__/deploy.test.ts
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10524,7 +10524,7 @@ export default{
10524
10524
});
10525
10525
});
10526
10526
10527
-
describe("pipelines",()=>{
10527
+
describe.only("pipelines",()=>{
10528
10528
it("should upload pipelines bindings",async()=>{
10529
10529
writeWranglerToml({
10530
10530
pipelines: [
@@ -10554,13 +10554,9 @@ export default{
10554
10554
- Pipelines:
10555
10555
- MY_PIPELINE: 0123456789ABCDEF0123456789ABCDEF
10556
10556
Uploaded test-name (TIMINGS)
10557
-
Published test-name (TIMINGS)
10557
+
Deployed test-name triggers (TIMINGS)
10558
10558
https://test-name.test-sub-domain.workers.dev
10559
-
Current Deployment ID: Galaxy-Class
10560
-
Current Version ID: Galaxy-Class
10561
-
10562
-
10563
-
Note: Deployment ID has been renamed to Version ID. Deployment ID is present to maintain compatibility with the previous behavior of this command. This output will change in a future version of Wrangler. To learn more visit: https://developers.cloudflare.com/workers/configuration/versions-and-deployments"
0 commit comments