File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ runs:
110110 shell : bash
111111 run : |
112112 # Find the most recent test pass directory
113- TEST_PASS_DIR=$(ls -td ${{ inputs.cache-dir }}/test-runs /hole-punch-* 2>/dev/null | grep -v '\.zip$' | head -1 || echo "")
113+ TEST_PASS_DIR=$(ls -td ${{ inputs.cache-dir }}/test-run /hole-punch-* 2>/dev/null | grep -v '\.zip$' | head -1 || echo "")
114114
115115 if [ -z "$TEST_PASS_DIR" ]; then
116116 echo "Error: Could not find test pass directory"
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ runs:
150150 shell : bash
151151 run : |
152152 # Find the most recent test pass directory
153- TEST_PASS_DIR=$(ls -td ${{ inputs.cache-dir }}/test-runs /perf-* 2>/dev/null | grep -v '\.zip$' | head -1 || echo "")
153+ TEST_PASS_DIR=$(ls -td ${{ inputs.cache-dir }}/test-run /perf-* 2>/dev/null | grep -v '\.zip$' | head -1 || echo "")
154154
155155 if [ -z "$TEST_PASS_DIR" ]; then
156156 echo "Error: Could not find test pass directory"
Original file line number Diff line number Diff line change 9090 shell : bash
9191 run : |
9292 # Find the most recent test pass directory
93- TEST_PASS_DIR=$(ls -td ${{ inputs.cache-dir }}/test-runs /transport-interop -* 2>/dev/null | grep -v '\.zip$' | head -1 || echo "")
93+ TEST_PASS_DIR=$(ls -td ${{ inputs.cache-dir }}/test-run /transport-* 2>/dev/null | grep -v '\.zip$' | head -1 || echo "")
9494
9595 if [ -z "$TEST_PASS_DIR" ]; then
9696 echo "Error: Could not find test pass directory"
You can’t perform that action at this time.
0 commit comments