Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Jan 12, 2025
1 parent 5e30fef commit 84f9215
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@

name: Unit tests

on:
pull_request:
paths:
- '.github/workflows/test.yaml'
- 'example/**'
- 'moe.nimble'
- 'src/**'
- 'tests/**'
on: push

permissions:
contents: read
Expand Down Expand Up @@ -74,12 +67,21 @@ jobs:
nim-version: 2.0.14
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install nimlangserver
- 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 nimlangserver nph
nimble -v
nimble install nimlangserver
nimlangserver --version
nimble install nph
nph -v
- name: Run unit test
run: |
nimble install stew # Workaround
Expand Down

0 comments on commit 84f9215

Please sign in to comment.