Skip to content

Commit

Permalink
test: revert choosing docker image for scoop-test
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Feb 6, 2021
1 parent 5343364 commit 7a48abb
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,14 @@ jobs:

scoop-test:
runs-on: windows-latest
container:
image: mcr.microsoft.com/windows:2004

steps:
- uses: actions/checkout@v2
- name: Install scoop
run: |
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
iwr -useb get.scoop.sh | iex
refreshenv
- uses: MinoruSekine/setup-scoop@v1
- name: Verity scoop installation
run: |
Get-Command scoop
powershell scoop help
- uses: dtolnay/rust-toolchain@stable
Get-Command scoop
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 7a48abb

Please sign in to comment.