Skip to content

Commit

Permalink
Fix CI (#632)
Browse files Browse the repository at this point in the history
* Test CI

This should fail

* Fix?

* Set author

* Test

* Magic trailing slash?

* Revert "Test CI"

This reverts commit 6f0e650.
  • Loading branch information
Methuselah96 authored Oct 22, 2023
1 parent d3fb9b9 commit 6781386
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- run: rsync -av three-ts-types/types/three DefinitelyTyped/types/three
- run: rsync -av three-ts-types/types/three/ DefinitelyTyped/types/three
- run: git add -A
working-directory: 'DefinitelyTyped'
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Nathan Bierema"
- run: git commit -m "Changes"
working-directory: 'DefinitelyTyped'
- run: pnpm install
working-directory: 'DefinitelyTyped'
- run: pnpm run test-all
Expand Down

0 comments on commit 6781386

Please sign in to comment.