From 4232667f97ef25661564822c0a04f5649f5d3f13 Mon Sep 17 00:00:00 2001 From: NOPSledding <119460500+NOPSledding@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:58:44 -0500 Subject: [PATCH] Update asdf-test.yml --- .github/workflows/asdf-test.yml | 38 +++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/.github/workflows/asdf-test.yml b/.github/workflows/asdf-test.yml index d8f6ffe..05e5eff 100644 --- a/.github/workflows/asdf-test.yml +++ b/.github/workflows/asdf-test.yml @@ -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 \ No newline at end of file + 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"