@@ -528,22 +528,24 @@ jobs:
528
528
- name : List files
529
529
run : tree
530
530
- name : Cat output_alpine.txt
531
- run : cat output_alpine.txt
531
+ run : cat test-alpine/output_alpine.txt
532
+ - name : Cat output_alpine_proxy.txt
533
+ run : cat test-alpine-proxy/output_alpine_proxy.txt
532
534
- name : Cat output_alpine_without_git.txt
533
- run : cat output_alpine_without_git.txt
534
- - name : Cat output_linux.txt
535
- run : cat output_linux.txt
536
- - name : Cat output_linux_without_git.txt
537
- run : cat output_linux_without_git.txt
538
- - name : Cat output_macos_x64 .txt
539
- run : cat output_macos_x64 .txt
540
- - name : Cat output_macos_x64_without_git .txt
541
- run : cat output_macos_x64_without_git .txt
542
- - name : Cat output_macos_arm64 .txt
543
- run : cat output_macos_arm64 .txt
544
- - name : Cat output_macos_arm64_without_git .txt
545
- run : cat output_macos_arm64_without_git .txt
546
- - name : Cat output_win.txt
547
- run : cat output_win.txt
548
- - name : Cat output_win_without_git.txt
549
- run : cat output_win_without_git.txt
535
+ run : cat test-alpine-without-git/ output_alpine_without_git.txt
536
+ - name : Cat test-linux/ output_linux.txt
537
+ run : cat test-lnux/ output_linux.txt
538
+ - name : Cat test-linux-without-git/ output_linux_without_git.txt
539
+ run : cat test-linux-without-git/ output_linux_without_git.txt
540
+ - name : Cat test-macos-arm64/output_macos_arm64 .txt
541
+ run : cat test-macos-arm64/output_macos_arm64 .txt
542
+ - name : Cat test-macos-arm64-without-git/output_macos_arm64_without_git .txt
543
+ run : cat test-macos-arm64-without-git/output_macos_arm64_without_git .txt
544
+ - name : Cat test-macos-x64/output_macos_x64 .txt
545
+ run : cat test-macos-x64/output_macos_x64 .txt
546
+ - name : Cat test-macos-x64-without-git/_macos_x64_without_git .txt
547
+ run : cat test-macos-x64-without-git/_macos_x64_without_git .txt
548
+ - name : Cat test-windows/ output_win.txt
549
+ run : cat test-windows/ output_win.txt
550
+ - name : Cat test-windows-without-git/ output_win_without_git.txt
551
+ run : cat test-windows-without-git/ output_win_without_git.txt
0 commit comments