Skip to content

Commit

Permalink
chore: Remove nightly test of full features
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed May 25, 2024
1 parent 959d2f0 commit b5fd833
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/full-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-22.04, macos-latest]
ver: [0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86]
ver: [0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.89.0, 0.88.1, 0.87.1, 0.86]

runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, nu@${{matrix.ver}})
Expand All @@ -40,26 +40,3 @@ jobs:
run: print $'Nu path:(which nu)(char nl)'
- name: Show Nu Package Contents
run: print $"(char nl)Dir contents:(char nl)"; print (ls ((which nu).path.0 | path dirname))

nightly-matrix:
strategy:
matrix:
os: [windows-latest, ubuntu-22.04, macos-latest]

runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, nu@nightly)
steps:
- uses: actions/checkout@v4.1.6
- name: Setup nu@nightly
uses: hustcer/setup-nu@develop
with:
version: nightly
enable-plugins: true
env:
ACTIONS_STEP_DEBUG: true
- name: Show Nu Version
run: print $'Nu version info:(char nl)'; print (version)
- name: Show Nu Binary Path
run: print $'Nu path:(which nu)(char nl)'
- name: Show Nu Package Contents
run: print $"(char nl)Dir contents:(char nl)"; print (ls ((which nu).path.0 | path dirname))

0 comments on commit b5fd833

Please sign in to comment.