mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-14 18:02:55 +01:00
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:
parent
9682755e25
commit
e74adb8b90
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue