Skip to content
Snippets Groups Projects
Commit 7f3ad670 authored by hyuraku's avatar hyuraku
Browse files

repair restore key

parent 9476ba2d
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ jobs:
with:
path: tests
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
run: |
......@@ -301,7 +301,7 @@ jobs:
with:
path: tests
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
run: brew tests --online --coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment