File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -89,19 +89,19 @@ jobs:
8989 include :
9090 - platform : Ubuntu 24.04
9191 os : " ubuntu-24.04"
92- test-script : " ./unix.sh linux"
92+ test-script : " ./unix.sh linux x64 "
9393 - platform : Ubuntu 22.04
9494 os : " ubuntu-22.04"
95- test-script : " ./unix.sh linux"
95+ test-script : " ./unix.sh linux x64 "
9696 - platform : Ubuntu 20.04
9797 os : " ubuntu-20.04"
98- test-script : " ./unix.sh linux"
98+ test-script : " ./unix.sh linux x64 "
9999 - platform : MacOS 14 (M1)
100100 os : " macos-14"
101- test-script : " ./unix.sh darwin"
101+ test-script : " ./unix.sh darwin arm64 "
102102 - platform : MacOS 13
103103 os : " macos-13"
104- test-script : " ./unix.sh darwin"
104+ test-script : " ./unix.sh darwin x64 "
105105 - platform : Windows 2022
106106 os : " windows-2022"
107107 test-script : " .\\ windows.bat"
Original file line number Diff line number Diff line change 44
55ls -la *
66
7- tar -xzf ./distributables/v* /httptoolkit-server-* -$1 -x64 .tar.gz
7+ tar -xzf ./distributables/v* /httptoolkit-server-* -$1 -$2 .tar.gz
88
99echo " \nStarting server..."
1010
You can’t perform that action at this time.
0 commit comments