Skip to content

Commit

Permalink
Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusini committed May 18, 2024
1 parent 6ca9c06 commit ee6cc46
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Test in FreeBSD
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y curl
run: |
pwd
ls -lah
whoami
env
freebsd-version
#- name: Test in FreeBSD
# uses: vmactions/freebsd-vm@v1
# with:
# usesh: true
# prepare: |
# pkg install -y curl
# run: |
# pwd
# ls -lah
# whoami
# env
# freebsd-version

- name: Upload Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ee6cc46

Please sign in to comment.