Skip to content

Commit 80dcf23

Browse files
author
devizer
committed
Actions on VM: Framework 4.8? All the VM images, Combine always, 1 worker, 2GB RAM, 4 CPUs, Host Ubuntu 20.04, Upload VM Artifact, Tests on VM with timeout, more vms
1 parent ab344c0 commit 80dcf23

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CpuUsage-Tests-Matrix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ jobs:
6262
script=https://raw.githubusercontent.com/devizer/test-and-build/master/install-build-tools-bundle.sh; (wget -q -nv --no-check-certificate -O - $script 2>/dev/null || curl -ksSL $script) | bash > /dev/null
6363
dotnet --info
6464
Say "Installing timeout"
65-
try-and-retry sudo apt-get update -qq;
66-
try-and-retry sudo apt-get install bsdutils -y -qq;
65+
try-and-retry sudo apt-get update -qq;
66+
try-and-retry sudo apt-get install bsdutils -y -qq;
6767
timeout --version
6868
6969
- name: Build Tests
7070
run: |
7171
set -ue; set -o pipefail
7272
cd Universe.CpuUsage.Tests
73-
Reset-Target-Framework -fw net46
74-
time try-and-retry dotnet build -c Release -f net46 -o "$HOME/Artifacts" >/dev/null
73+
Reset-Target-Framework -fw net48
74+
time try-and-retry dotnet build -c Release -f net48 -o "$HOME/Artifacts" >/dev/null
7575
7676
- name: Pull VM
7777
run: |

0 commit comments

Comments
 (0)