Allow specifying version to download cargo semver-checks
tool with
#93
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Matrix: Smoke test the action / Run tests
Test build
/
Build the action and run TypeScript tests
36s
Test action inputs
/
Test input package (patch change)
1m 40s
Test action inputs
/
Test input package (major change)
1m 30s
Test action inputs
/
Test inputs package and exclude on Rio library
2m 9s
Test action inputs
/
Test input exclude
1m 56s
Test action inputs
/
Test input verbose
1m 23s
Test action inputs
/
Test input manifest-path (patch change)
1m 50s
Test action inputs
/
Test input manifest-path (major change)
1m 41s
Test action inputs
/
Test input manifest-path against path containing space
1m 37s
Test action inputs
/
Test the action against toolchain override set using rustup
2m 1s
Test action inputs
/
Test the action against toolchain override specified in rust-toolchain.toml file
1m 58s
Test action inputs
/
Test whether action works properly with rust-toolchain set to 'manual'
1m 33s
Test action inputs
/
Test whether action installs Rust toolchain by default
1m 26s
Test action inputs
/
Test input release-type
1m 45s
Test rustdoc caching
/
Check if the cache exists after running the action with shared-key
1m 34s
Test rustdoc caching
/
Check if the cache exists after running the action without shared-key
1m 38s
Annotations
23 errors and 2 warnings
Test build / Build the action and run TypeScript tests
Process completed with exit code 1.
|
Smoke test the action / Run tests (ubuntu-latest, stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Test action inputs / Test input package (major change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Smoke test the action / Run tests (ubuntu-latest, beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Smoke test the action / Run tests (ubuntu-latest, nightly)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Smoke test the action / Run tests (windows-latest, nightly)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
|
Test action inputs / Test input manifest-path (major change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Test action inputs / Test input manifest-path (major change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Test action inputs / Test input manifest-path (patch change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Smoke test the action / Run tests (ubuntu-latest, 1.67)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Test action inputs / Test input exclude
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Smoke test the action / Run tests (macos-latest, beta)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
|
Smoke test the action / Run tests (windows-latest, beta)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
|
Smoke test the action / Run tests (macos-latest, 1.67)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
|
Smoke test the action / Run tests (windows-latest, stable)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
|
Smoke test the action / Run tests (macos-latest, nightly)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
|
Test action inputs / Test input manifest-path against path containing space
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Smoke test the action / Run tests (windows-latest, 1.67)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
|
Smoke test the action / Run tests (macos-latest, stable)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
|
Test action inputs / Test whether action works properly with rust-toolchain set to 'manual'
Unable to locate executable file: rustc. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
|
Test action inputs / Test input package (patch change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Test action inputs / Test input package (patch change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
All CI stages
Process completed with exit code 1.
|
Test build / Build the action and run TypeScript tests:
src/main.ts#L71
Unexpected any. Specify a different type
|
Test action inputs / Test inputs package and exclude on Rio library
Unexpected input(s) 'feature', valid inputs are ['package', 'exclude', 'manifest-path', 'feature-group', 'features', 'verbose', 'version', 'release-type', 'rust-toolchain', 'shared-key', 'prefix-key', 'github-token']
|