Browse Source

fix up run of multiport smoke tests

Wade Simmons 2 năm trước cách đây
mục cha
commit
6d8e939648
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/smoke.yml

+ 1 - 1
.github/workflows/smoke.yml

@@ -59,6 +59,6 @@ jobs:
 
     - name: run smoke
       working-directory: ./.github/workflows/smoke
-      run: ./smoke.sh
+      run: NAME="smoke-multiport" ./smoke.sh
 
     timeout-minutes: 10