Skip to content

Commit 2775694

Browse files
committed
o
1 parent 78d143b commit 2775694

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_suite.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
max-required-client-version: ${{needs.collect_data.outputs.max_required_byond_client}}
129129

130130
collect_data:
131-
name: Collect data for other tasks
131+
name: Collect data and setup caches for other tasks
132132
needs: start_gate
133133
runs-on: ubuntu-22.04
134134
outputs:
@@ -148,6 +148,8 @@ jobs:
148148
#the regex here does not filter out non-numbers because error messages about no input are less helpful then error messages about bad input (which includes the bad input)
149149
run: |
150150
echo "max_required_byond_client=$(grep -Ev '^[[:blank:]]{0,}#{1,}|^[[:blank:]]{0,}$' .github/max_required_byond_client.txt | tail -n1)" >> $GITHUB_OUTPUT
151+
- name: Set up BYOND cache
152+
uses: ./.github/actions/restore_or_install_byond
151153

152154
run_all_tests:
153155
name: Integration Tests

0 commit comments

Comments
 (0)