File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -191,3 +191,15 @@ jobs:
191
191
steps :
192
192
- uses : actions/checkout@v3
193
193
- uses : EmbarkStudios/cargo-deny-action@v1
194
+
195
+ mismatcher :
196
+ name : Check for mismatched dependencies (those that have more than one version)
197
+ runs-on : ubuntu-latest
198
+ steps :
199
+ - uses : actions/checkout@v2
200
+ with :
201
+ ref : " ${{ github.event.inputs.rev }}"
202
+ - name : Run the container to execute the dependency mismatcher script
203
+ uses : ./.github/actions/ci_script
204
+ with :
205
+ ci-flags : " mismatcher"
Original file line number Diff line number Diff line change 55
55
run : docker run -v $(pwd):/tmp/parsec -w /tmp/parsec --security-opt seccomp=unconfined --env RUST_TOOLCHAIN_VERSION=1.66.0 ghcr.io/parallaxsecond/parsec-service-test-all /tmp/parsec/ci.sh coverage
56
56
- name : Collect coverage results
57
57
run : bash <(curl -s https://codecov.io/bash)
58
-
59
- mismatcher :
60
- name : Check for mismatched dependencies (those that have more than one version)
61
- runs-on : ubuntu-latest
62
- steps :
63
- - uses : actions/checkout@v2
64
- with :
65
- ref : " ${{ github.event.inputs.rev }}"
66
- - name : Run the container to execute the dependency mismatcher script
67
- run : docker run -v $(pwd):/tmp/parsec -w /tmp/parsec ghcr.io/parallaxsecond/parsec-service-test-all /tmp/parsec/ci.sh mismatcher
You can’t perform that action at this time.
0 commit comments