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 0962d48 commit cc4974c
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: [ "6.4.0", ""]
Expand All @@ -47,7 +47,7 @@ jobs:
port: 8000
- name: Test in DragonflyBSD
id: test
uses: vmactions/dragonflybsd-vm@5618db2a7eb9e174f812e5f64e2c88d7f6461683
uses: vmactions/dragonflybsd-vm@0962d48f2f1c124a7c4987ef1a5c1a229bc2ec7d
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in DragonflyBSD
id: test
uses: vmactions/dragonflybsd-vm@5618db2a7eb9e174f812e5f64e2c88d7f6461683
uses: vmactions/dragonflybsd-vm@0962d48f2f1c124a7c4987ef1a5c1a229bc2ec7d
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit cc4974c

Please sign in to comment.