Update CI configuration for FreeBSD

Commented out older OS versions and added no copyback option. Adjusted the go test run step to include workspace directory change.
This commit is contained in:
Winni Neessen 2024-10-27 18:22:22 +01:00
parent 9682755e25
commit e74adb8b90
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -144,7 +144,8 @@ jobs:
cancel-in-progress: true
strategy:
matrix:
osver: ['13.4', '14.0', '14.1']
osver: ['14.1']
#osver: ['13.4', '14.0', '14.1']
steps:
- name: Checkout Code
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
@ -152,9 +153,11 @@ jobs:
uses: vmactions/freebsd-vm@v1
with:
usesh: true
copyback: false
prepare: |
pkg install -y go
run: |
cd $GITHUB_WORKSPACE;
go test -race -shuffle=on ./...
reuse:
name: REUSE Compliance Check