Browse Source

fix up run of multiport smoke tests

Wade Simmons 2 years ago
parent
commit
6d8e939648
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/smoke.yml

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

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