Skip to content

Commit

Permalink
Fix testing on freebsd (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrabinowitz authored Feb 19, 2024
1 parent b48b294 commit 01cc443
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 01cc443

Please sign in to comment.