summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-20 21:09:50 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-20 22:02:52 +0100
commitf6b6535f8766abac55b1b1f0ab79eeb949f81afd (patch)
treecd4bb528c73fd619dc76b1131648b2a670197b24
parentf6a0c5f195e69571da2d6b15c371b58f814177b2 (diff)
downloadbundler-ci/balance_github_actions_test_times.tar.gz
Balance parallel tests groups runtimesci/balance_github_actions_test_times
-rw-r--r--.github/workflows/windows.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 11be2aab84..8c846e3762 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -7,6 +7,7 @@ on:
branches:
- staging
- trying
+ - ci/balance_github_actions_test_times
jobs:
windows:
@@ -24,6 +25,13 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
+ - name: Cache parallel tests runtimes
+ uses: actions/cache@v1
+ with:
+ path: tmp/parallel_runtime_rspec.log
+ key: ${{ matrix.ruby }}-runtime
+ restore-keys: ${{ matrix.ruby }}-runtime
+
- name: Install dependencies
run: bin/rake spec:parallel_deps
shell: bash
@@ -31,8 +39,3 @@ jobs:
- name: Run specs
run: bin/parallel_rspec spec
shell: bash
-
- - uses: actions/upload-artifact@v1
- with:
- name: parallel_runtime
- path: tmp/parallel_runtime_rspec.log