Skip to content

Commit

Permalink
Update from base vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Jan 3, 2025
1 parent 68e1eb7 commit c204455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Test in FreeBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/freebsd-vm@f1f2c9d9569eda6800b81043b30ca6146afb25fa
uses: vmactions/freebsd-vm@68e1eb74b855e956a6ad023a07ae9b2bd5ba2df9
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Test in FreeBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/freebsd-vm@f1f2c9d9569eda6800b81043b30ca6146afb25fa
uses: vmactions/freebsd-vm@68e1eb74b855e956a6ad023a07ae9b2bd5ba2df9
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
- name: Test in FreeBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/freebsd-vm@f1f2c9d9569eda6800b81043b30ca6146afb25fa
uses: vmactions/freebsd-vm@68e1eb74b855e956a6ad023a07ae9b2bd5ba2df9
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit c204455

Please sign in to comment.