Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Dec 5, 2023
1 parent a3e4860 commit 7725db4
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 @@ -25,7 +25,7 @@ concurrency:

jobs:
testsshfs:
if: ${{ !contains(github.repository, 'solaris') && !contains(github.repository, 'dragonflybsd')}}
if: ${{ !contains(github.repository, 'solaris') && !contains(github.repository, 'dragonflybsd') && !contains(github.repository, 'omnios')}}
strategy:
matrix:
release: [ "11.4", ""]
Expand All @@ -47,7 +47,7 @@ jobs:
port: 8000
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@67b8e7d832dd9cefca240d392b02c7664f41ad4a
uses: vmactions/solaris-vm@a3e4860a949b8bf1aaff2c0e95b5f44be3254c4f
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@67b8e7d832dd9cefca240d392b02c7664f41ad4a
uses: vmactions/solaris-vm@a3e4860a949b8bf1aaff2c0e95b5f44be3254c4f
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit 7725db4

Please sign in to comment.