Skip to content

Commit

Permalink
Rename azure-prepare.js to windows-prepare.js (#50)
Browse files Browse the repository at this point in the history
* Rename azure-prepare.js to windows-prepare.js

* Update ci.yml
  • Loading branch information
lucleray authored and kodiakhq[bot] committed Aug 18, 2019
1 parent eee5c02 commit 5c42d29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: node --version
- name: Prepare Windows (if applicable)
if: matrix.os == 'windows-latest'
run: node azure-prepare.js
run: node windows-prepare.js
- name: Install Dependencies
run: yarn install
- name: Run Tests
Expand Down
File renamed without changes.

0 comments on commit 5c42d29

Please sign in to comment.