Skip to content

only run on ubuntu

only run on ubuntu #4

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: continuous-integration
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Setup Rust toolchain
uses: actions-rust-lang/[email protected]
with:
rustflags: ""
- name: Install Nushell
run: cargo install --locked --git https://github.com/nushell/nushell.git nu
shell: bash
- name: Run the tests
run: |
print (ls)
use ./nupm/
nupm test
shell: nu {0}