Explorar el Código

fix up run of multiport smoke tests

Wade Simmons hace 2 años
padre
commit
6d8e939648
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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