Skip to content

Commit

Permalink
chore: remove cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 16, 2021
1 parent 1ccfbaf commit f0f4dbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/nightly-cleanup.yml

This file was deleted.

20 changes: 10 additions & 10 deletions .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
# steps:
# - run: git clone https://gitee.com/snomiao/CapslockX.git
# - run: .\CapsLockX\CapsLockX.exe
gh:
gh-source:
runs-on: windows-latest
steps:
- run: git clone https://github.com/snomiao/CapsLockX.git
- run: .\CapsLockX\CapsLockX.exe
env:
ENVIROMENT: CI_TEST
npm:
npm-package:
runs-on: windows-latest
steps:
- run: npm i -g capslockx
- run: capslockx
- run: npx capslockx
env:
ENVIROMENT: CI_TEST
# npx:
Expand All @@ -31,10 +31,10 @@ jobs:
# ENVIROMENT: CI_TEST
# steps:
# - run: npx capslockx
choco:
runs-on: windows-latest
steps:
- run: choco install capslockx
- run: capslockx
env:
ENVIROMENT: CI_TEST
# choco:
# runs-on: windows-latest
# steps:
# - run: choco install capslockx
# - run: capslockx
# env:
# ENVIROMENT: CI_TEST

0 comments on commit f0f4dbe

Please sign in to comment.