Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui
at main 700 B view raw
1# Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions 2 3name: Test 4on: 5 push: 6 branches: 7 - main 8jobs: 9 test: 10 runs-on: ubuntu-latest 11 steps: 12 - uses: actions/checkout@v2 13 - uses: denoland/setup-deno@v1 14 with: 15 deno-version: v1.37 16 - name: Setup Fluent CI CLI 17 run: deno install -A -r https://cli.fluentci.io -n fluentci 18 - name: Setup Dagger 19 run: | 20 curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh 21 sudo mv bin/dagger /usr/local/bin 22 dagger version 23 - name: Run Tests and Build 24 run: fluentci run rust_pipeline test build