Skip to content

Commit

Permalink
ci: enable user test
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jul 18, 2024
1 parent 02e82b7 commit 0a44ab3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
run: pnpm test
user_test:
name: User Test
if: false # due to upstream bug
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -31,7 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: sindresorhus/refined-github
ref: 4b73c8e112fee0536f25ddf96d4e77417024d534
ref: f462a67be700d790d5e4ea988479e0883d585e7d
path: ./sindresorhus/refined-github
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 0a44ab3

Please sign in to comment.