Skip to content

Commit

Permalink
Generated from base-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Generate.yml authored and Neilpang committed Jan 7, 2024
1 parent 1607caf commit 58a3cc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ !contains(github.repository, 'solaris') && !contains(github.repository, 'dragonflybsd') && !contains(github.repository, 'omnios')}}
strategy:
matrix:
release: [ {{TEST_RELEASES}}, ""]
release: [ "13.2", "14.0", ""]
runs: [ "ubuntu-22.04"]
runs-on: ${{ matrix.runs }}
name: sshfs FreeBSD
Expand All @@ -47,7 +47,7 @@ jobs:
port: 8000
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@4bab58f74cb0d4f3eaa5b9b9d03c871d292fbae1
uses: vmactions/freebsd-vm@d9b731c2d9591d578b764207335d56027a9c3de2
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand All @@ -71,7 +71,7 @@ jobs:
test:
strategy:
matrix:
release: [ {{TEST_RELEASES}}, ""]
release: [ "13.2", "14.0", ""]
runs: [ "ubuntu-22.04"]
runs-on: ${{ matrix.runs }}
name: FreeBSD
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@4bab58f74cb0d4f3eaa5b9b9d03c871d292fbae1
uses: vmactions/freebsd-vm@d9b731c2d9591d578b764207335d56027a9c3de2
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit 58a3cc1

Please sign in to comment.