Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 29 additions & 9 deletions .github/workflows/asdf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,34 @@ on:

jobs:
test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
strategy:
+ matrix:
+ version: [1, 2, 3]
+ os: [azure-builds, macos-vmware]
steps:
- name: Checkout Code
uses: actions/checkout@v3
- with:
- fetch-depth: 0
-
- name: Lint Code Base
- uses: github/super-linter/slim@v4
+ continue-on-error: true

runs-on: ${{ matrix.os }}
env:
- VALIDATE_ALL_CODEBASE: false
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- VALIDATE_JSON: true
- VALIDATE_MARKDOWN: true
- DEFAULT_BRANCH: ${{ github.base_ref }}
- FILTER_REGEX_EXCLUDE: .*images/*/.*-Readme.md
-
- - name: Checking shebang lines in MacOS and Ubuntu releases.
+ version: ${{ matrix.version }}
+ SYSTEM_NAME: ${{ matrix.os }}

steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1
with:
command: oc version --client=true
run: ./images.CI/shebang-linter.ps1
- shell: pwsh
+ - name: Checking shebang lines in MacOS and Ubuntu releases.
+ if: always()
+ run: echo "Run ./images.CI/shebang-linter.ps1"