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 committed Dec 9, 2023
1 parent 58bca05 commit f5cd58e
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: [ "11.4", ""]
release: [ "11.4-gcc", "11.4", ""]
runs: [ "ubuntu-22.04"]
runs-on: ${{ matrix.runs }}
name: sshfs Solaris
Expand All @@ -47,7 +47,7 @@ jobs:
port: 8000
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@7d99de7268159c6df555e1de9277e9c3c9b48679
uses: vmactions/solaris-vm@50cdf50ca04218850635d621a6204e8ba5136cab
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand All @@ -72,7 +72,7 @@ jobs:
test:
strategy:
matrix:
release: [ "11.4", ""]
release: [ "11.4-gcc", "11.4", ""]
runs: [ "ubuntu-22.04"]
runs-on: ${{ matrix.runs }}
name: Solaris
Expand All @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@7d99de7268159c6df555e1de9277e9c3c9b48679
uses: vmactions/solaris-vm@50cdf50ca04218850635d621a6204e8ba5136cab
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit f5cd58e

Please sign in to comment.