Skip to content

Commit

Permalink
Use vanilla nuunit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Jul 13, 2024
1 parent e09d1fb commit ac4eb75
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,5 @@ name: test
on: push

jobs:
basic-usage:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: hustcer/setup-nu@main
with:
version: "*"
- run: |
curl https://raw.githubusercontent.com/NonlinearFruit/nuUnit/master/nuunit.nu -o nuunit.nu
- run: |
nu nuunit.nu
nushell-tests:
uses: NonlinearFruit/nuUnit/.github/workflows/nushell-tests.yml@master

0 comments on commit ac4eb75

Please sign in to comment.