소스 검색

fix up run of multiport smoke tests

Wade Simmons 2 년 전
부모
커밋
6d8e939648
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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