Skip to content

Commit

Permalink
tt
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlins authored Feb 14, 2024
1 parent a619e4e commit f7508e0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test_wins.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
name: Docker Image CI
name: test win

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch

jobs:

build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: List drives and space usage
run: |
Get-PSDrive -PSProvider FileSystem |
ForEach-Object {
$_ | Select-Object Name, Used, Free, @{Name="TotalSize"; Expression={$_.Used + $_.Free}} |
Format-Table -AutoSize
}
shell: powershell
shell: powershell

0 comments on commit f7508e0

Please sign in to comment.