Skip to content

Commit

Permalink
Remove Cleanup step.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Nov 15, 2019
1 parent bca9ab1 commit ce27414
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
- name: Test
shell: pwsh
run: ./WikiClientLibrary.Commons/CI/Test.ps1
- name: Cleanup
shell: pwsh
run: './WikiClientLibrary.Commons/CI/BuildSecret.ps1 -SourceRootPath . -Clear'
build_windows:
if: success()
name: Windows Build
Expand Down Expand Up @@ -74,6 +71,3 @@ jobs:
- name: Test
shell: pwsh
run: './WikiClientLibrary.Commons/CI/Test.ps1 -Configuration ${{ matrix.config }}'
- name: Cleanup
shell: pwsh
run: './WikiClientLibrary.Commons/CI/BuildSecret.ps1 -SourceRootPath . -Clear'

0 comments on commit ce27414

Please sign in to comment.