repair restore key
This commit is contained in:
parent
9476ba2d2f
commit
7f3ad67058
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -209,7 +209,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: tests
|
path: tests
|
||||||
key: ${{ runner.os }}-${{ matrix.test-flags }}-parallel_runtime_rspec-${{ github.sha }}
|
key: ${{ runner.os }}-${{ matrix.test-flags }}-parallel_runtime_rspec-${{ github.sha }}
|
||||||
restore-keys: ${{ runner.os }}-${{ matrix.test-flags }}-parallel_runtime_rspec
|
restore-keys: ${{ runner.os }}-${{ matrix.test-flags }}-parallel_runtime_rspec-
|
||||||
|
|
||||||
- name: Run brew tests
|
- name: Run brew tests
|
||||||
run: |
|
run: |
|
||||||
@ -301,7 +301,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: tests
|
path: tests
|
||||||
key: ${{ runner.os }}-parallel_runtime_rspec-${{ github.sha }}
|
key: ${{ runner.os }}-parallel_runtime_rspec-${{ github.sha }}
|
||||||
restore-keys: ${{ runner.os }}-parallel_runtime_rspec
|
restore-keys: ${{ runner.os }}-parallel_runtime_rspec-
|
||||||
|
|
||||||
- name: Run brew tests
|
- name: Run brew tests
|
||||||
run: brew tests --online --coverage
|
run: brew tests --online --coverage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user