Skip to content

Commit

Permalink
add setup-nimble-action
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Jan 12, 2025
1 parent e3b8226 commit 887e856
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,19 @@ jobs:
nim-version: 2.2.0
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: nim-lang/setup-nimble-action@v1
with:
nimble-version: 'latest'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install nimlangserver and nph
run: |
nimble refresh
nimble install nimble
nimble install nimlangserver
nimlangserver --version
nimble uninstall nph
nimble install nph
nph -v
- name: Run unit test
run: |
nimble install stew # Workaround
xvfb-run env XDG_SESSION_TYPE=x11 nimble test --verbose -y

0 comments on commit 887e856

Please sign in to comment.