This commit is contained in:
parent
976040db7a
commit
3bc2064d70
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ jobs:
|
|||
name: cargo test
|
||||
#runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
container:
|
||||
image:
|
||||
steps:
|
||||
# - uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -18,4 +20,5 @@ jobs:
|
|||
#- run: cargo test --all-features
|
||||
# - run: cargo run -- --help
|
||||
- run: echo $PATH
|
||||
- run: ls -l /usr/local/bin
|
||||
- run: which node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue