Skip to content

Commit 052e671

Browse files
committed
Enable Insights reporting
1 parent 0024bf9 commit 052e671

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,13 @@ jobs:
3636
run: coverage run --branch -m pytest test -v -s --junitxml contract-test-reports/TEST-junit-jupiter.xml
3737

3838
- name: Save Specmatic license
39-
if: false
40-
# if: runner.os == 'Linux'
39+
if: runner.os == 'Linux'
4140
run: |
4241
mkdir -p ~/.specmatic
4342
echo "${{ secrets.SPECMATIC_LICENSE_KEY }}" > ~/.specmatic/specmatic-license.txt
4443
4544
- name: Run Specmatic Insights Build Reporter
46-
if: false
47-
# if: runner.os == 'Linux'
45+
if: runner.os == 'Linux'
4846
run: |
4947
docker run \
5048
-v ${{ github.workspace }}:/workspace \

0 commit comments

Comments
 (0)