fix ci workflow 5
This commit is contained in:
parent
2ad8b5f105
commit
909afb9e71
2 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,9 @@ jobs:
|
||||||
latest_deps:
|
latest_deps:
|
||||||
name: Verify Latest Dependencies
|
name: Verify Latest Dependencies
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: node
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow
|
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow
|
||||||
|
|
|
@ -11,6 +11,8 @@ jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: wxbox - latest
|
name: wxbox - latest
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: node
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
toolchain:
|
toolchain:
|
||||||
|
|
Loading…
Add table
Reference in a new issue