Skip to content

Commit

Permalink
test ci configure for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
amutu authored Jan 21, 2024
1 parent b269745 commit fd44806
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,27 @@ jobs:
pg_config
export PG_CONFIG=/usr/bin/pg_config ; make && sudo make install
echo test, and deploy your project.
freebsd-test:
runs-on: ubuntu-latest
name: A job to run test in FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
MYTOKEN2: "value2"
steps:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
prepare: |
pkg install -y curl
run: |
pwd
ls -lah
whoami
env
freebsd-version

0 comments on commit fd44806

Please sign in to comment.