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 ab75829 commit 1f4bf43
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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-gcc", "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@f5cd58e9ad0e569e880e94c106d8b1831ff6285d
uses: vmactions/solaris-vm@2a322ef14f3ef66b9dcbd31c19e556b8f8f9e05d
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand All @@ -72,7 +72,7 @@ jobs:
test:
strategy:
matrix:
release: [ "11.4-gcc", "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@f5cd58e9ad0e569e880e94c106d8b1831ff6285d
uses: vmactions/solaris-vm@2a322ef14f3ef66b9dcbd31c19e556b8f8f9e05d
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vmactions-Solaris",
"version": "1.0.0",
"version": "1.0.1",
"description": "GitHub actions for Solaris",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 1f4bf43

Please sign in to comment.