Skip to content

Commit

Permalink
ci: fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Nov 14, 2023
1 parent 42dc029 commit 05a5366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- uses: MinoruSekine/setup-scoop@main # use @main to fix. see https://github.com/MinoruSekine/setup-scoop/issues/7
- name: Scoop Version
run: scoop --version
- name: Scoop Buckets
- name: List Scoop Buckets
run: scoop bucket list
- name: Scoop Apps
run: scoop list
- name: Is scoop can install app?
run: scoop install yq
- name: List Scoop Apps
run: scoop list
- name: Run Unit Test
shell: pwsh
run: |
Expand Down

0 comments on commit 05a5366

Please sign in to comment.