-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily removing Windows and MacOS from matrix build, removing co…
…mmented code
- Loading branch information
1 parent
0e34875
commit 957cad3
Showing
1 changed file
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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: | ||
|