mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
update freebsd testing
This commit is contained in:
parent
b48b2949c0
commit
22f231e35f
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -54,18 +54,21 @@ jobs:
|
||||
run: SECRETS_TEST_VERBOSE=${{ matrix.test-verbose }} make test
|
||||
|
||||
freebsd-ci:
|
||||
runs-on: macos-10.15
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run checks
|
||||
id: test
|
||||
uses: vmactions/freebsd-vm@v0.3.0
|
||||
uses: vmactions/freebsd-vm@v1
|
||||
with:
|
||||
usesh: true
|
||||
prepare: pkg install -y gnupg bash gmake git gawk
|
||||
run: |
|
||||
which -a bash
|
||||
which -a shell
|
||||
whoami
|
||||
env
|
||||
freebsd-version
|
||||
gmake test
|
||||
|
||||
windows-wsl-ci:
|
||||
|
Loading…
Reference in New Issue
Block a user