Skip to content

Commit

Permalink
ci: rename user test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jul 18, 2024
1 parent 0a44ab3 commit ccda793
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@ jobs:
- name: Checkout "refined-github"
uses: actions/checkout@v4
with:
repository: sindresorhus/refined-github
repository: refined-github/refined-github
ref: f462a67be700d790d5e4ea988479e0883d585e7d
path: ./sindresorhus/refined-github
path: ./refined-github/refined-github
- name: Install dependencies
run: npm ci
working-directory: ./sindresorhus/refined-github
working-directory: ./refined-github/refined-github
- name: Link package
run: |
cd ./g-plane/typed-query-selector
sudo npm link
cd ../../sindresorhus/refined-github
cd ../../refined-github/refined-github
npm link typed-query-selector
- name: Execute in non-strict mode
run: node node_modules/.bin/tsc --noEmit --extendedDiagnostics
working-directory: ./sindresorhus/refined-github
working-directory: ./refined-github/refined-github
- name: Execute in strict mode
run: |
sed -i "s/typed-query-selector/typed-query-selector\/strict/" source/refined-github.ts
node node_modules/.bin/tsc --noEmit --extendedDiagnostics
working-directory: ./sindresorhus/refined-github
working-directory: ./refined-github/refined-github

0 comments on commit ccda793

Please sign in to comment.