Skip to content

Commit fab4013

Browse files
committed
add temp test-minimal-artifact workflow
1 parent b0dc841 commit fab4013

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 'TO-DROP test minimal artifact from ci-artifacts'
2+
on:
3+
push:
4+
5+
jobs:
6+
test:
7+
runs-on: windows-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- name: run in-place
11+
uses: ./
12+
with:
13+
flavor: minimal
14+
architecture: x86_64
15+
- shell: bash
16+
run: |
17+
set -x
18+
ls /d/git-sdk-64-minimal
19+
which git

0 commit comments

Comments
 (0)