Skip to content

Commit 9dc07ee

Browse files
committed
adjust CI to develop branch
1 parent d123c4e commit 9dc07ee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
test -x scripts/get-config-scripts.sh
1919
find scripts depends -name '*.sh' -exec test -x {} \;
2020
21-
- name: Check config helper fallback path
21+
- name: Check config helper cache path
2222
run: |
2323
mkdir -p build
2424
cd build
25-
CONFIG_BASE_URL="https://127.0.0.1/does-not-exist" CONFIG_TIMEOUT=1 ../scripts/get-config-scripts.sh
26-
test -s config.guess
27-
test -s config.sub
25+
CONFIG_BASE_URL="https://127.0.0.1/pretend-savannah-is-down" CONFIG_TIMEOUT=1 ../scripts/get-config-scripts.sh
26+
test -s ../archives/config.guess
27+
test -s ../archives/config.sub
2828
2929
- name: Check no direct Savannah config downloads remain
3030
run: |

0 commit comments

Comments
 (0)