mvw/.forgejo/workflows/ci.yml

25 lines
462 B
YAML
Raw Normal View History

2025-05-21 10:05:33 +02:00
name: CI
on:
push:
pull_request:
jobs:
test:
name: cargo test
#runs-on: ubuntu-latest
runs-on: docker
2025-05-21 10:34:01 +02:00
container:
image:
2025-05-21 10:05:33 +02:00
steps:
2025-05-21 10:23:03 +02:00
# - uses: actions/checkout@v4
2025-05-21 10:05:33 +02:00
2025-05-21 10:23:03 +02:00
# - uses: https://github.com/wackbyte/rust-toolchain@trunk
# with:
# toolchain: stable
2025-05-21 10:05:33 +02:00
#- run: cargo test --all-features
2025-05-21 10:23:03 +02:00
# - run: cargo run -- --help
- run: echo $PATH
2025-05-21 10:34:01 +02:00
- run: ls -l /usr/local/bin
2025-05-21 10:23:53 +02:00
- run: which node