We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0024bf9 commit 052e671Copy full SHA for 052e671
.github/workflows/main.yml
@@ -36,15 +36,13 @@ jobs:
36
run: coverage run --branch -m pytest test -v -s --junitxml contract-test-reports/TEST-junit-jupiter.xml
37
38
- name: Save Specmatic license
39
- if: false
40
- # if: runner.os == 'Linux'
+ if: runner.os == 'Linux'
41
run: |
42
mkdir -p ~/.specmatic
43
echo "${{ secrets.SPECMATIC_LICENSE_KEY }}" > ~/.specmatic/specmatic-license.txt
44
45
- name: Run Specmatic Insights Build Reporter
46
47
48
49
docker run \
50
-v ${{ github.workspace }}:/workspace \
0 commit comments