repair tests order
This commit is contained in:
parent
7fbe08e857
commit
5366bc197c
26
.github/workflows/tests.yml
vendored
26
.github/workflows/tests.yml
vendored
@ -201,9 +201,16 @@ jobs:
|
|||||||
- name: Install Bundler RubyGems
|
- name: Install Bundler RubyGems
|
||||||
run: brew install-bundler-gems
|
run: brew install-bundler-gems
|
||||||
|
|
||||||
- name: Create parallel test log
|
- name: Create parallel test log directory
|
||||||
run: mkdir tests
|
run: mkdir tests
|
||||||
|
|
||||||
|
- name: Cache parallel tests log
|
||||||
|
uses: actions/cache@v1
|
||||||
|
with:
|
||||||
|
path: tests/parallel_runtime_rspec.log
|
||||||
|
key: ${{ runner.os }}-parallel_runtime_rspec.log
|
||||||
|
restore-keys: ${{ runner.os }}-parallel_runtime_rspec.log
|
||||||
|
|
||||||
- name: Run brew tests
|
- name: Run brew tests
|
||||||
run: |
|
run: |
|
||||||
# brew tests doesn't like world writable directories
|
# brew tests doesn't like world writable directories
|
||||||
@ -215,13 +222,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: codecov/codecov-action@e156083f13aff6830c92fc5faa23505779fbf649 # v1.2.1
|
- uses: codecov/codecov-action@e156083f13aff6830c92fc5faa23505779fbf649 # v1.2.1
|
||||||
|
|
||||||
- name: Cache parallel tests log
|
|
||||||
uses: actions/cache@v1
|
|
||||||
with:
|
|
||||||
path: tests/parallel_runtime_rspec.log
|
|
||||||
key: ${{ runner.os }}-parallel_runtime_rspec.log
|
|
||||||
restore-keys: ${{ runner.os }}-parallel_runtime_rspec.log
|
|
||||||
|
|
||||||
test-default-formula-linux:
|
test-default-formula-linux:
|
||||||
name: test default formula (Linux)
|
name: test default formula (Linux)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -293,6 +293,16 @@ jobs:
|
|||||||
which svn
|
which svn
|
||||||
which svnadmin
|
which svnadmin
|
||||||
|
|
||||||
|
- name: Create parallel test log directory
|
||||||
|
run: mkdir tests
|
||||||
|
|
||||||
|
- name: Cache parallel tests log
|
||||||
|
uses: actions/cache@v1
|
||||||
|
with:
|
||||||
|
path: tests/parallel_runtime_rspec.log
|
||||||
|
key: ${{ runner.os }}-parallel_runtime_rspec.log
|
||||||
|
restore-keys: ${{ runner.os }}-parallel_runtime_rspec.log
|
||||||
|
|
||||||
- name: Run brew tests
|
- name: Run brew tests
|
||||||
run: brew tests --online --coverage
|
run: brew tests --online --coverage
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user