Skip to content

Commit

Permalink
Temporarily removing Windows and MacOS from matrix build, removing co…
Browse files Browse the repository at this point in the history
…mmented code
  • Loading branch information
harikrishnan83 authored May 27, 2024
1 parent 0e34875 commit 957cad3
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest ]
java: [ 17 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -45,19 +45,6 @@ jobs:
-e GITHUB_SERVER_URL=${{ github.server_url }} \
znsio/specmatic-insights-github-build-reporter:latest --specmatic-insights-host https://insights.specmatic.in --specmatic-reports-dir /workspace/build/reports/specmatic
# - name: Run Specmatic Insights Github Build Reporter
# uses: znsio/[email protected]
# env:
# SPECMATIC_ORG_ID: ${{ secrets.SPECMATIC_ORG_ID }}
# GITHUB_TOKEN: ${{ secrets.SPECMATIC_INSIGHTS_ACCESS_TOKEN }}
# GITHUB_REF: ${{ github.ref }}
# GITHUB_REF_NAME: ${{ github.ref_name }}
# GITHUB_REPOSITORY: ${{ github.repository }}
# GITHUB_RUN_ID: ${{ github.run_id }}
# GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
# GITHUB_REPOSITORY_ID: ${{ github.repository_id }}
# GITHUB_SERVER_URL: ${{ github.server_url }}

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 957cad3

Please sign in to comment.