Changeset 2e96cec in mod_gnutls
- Timestamp:
- May 12, 2020, 4:42:35 PM (9 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 72b0853
- Parents:
- 773e45a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/build.yml
r773e45a r2e96cec 54 54 run: VERBOSE=1 make check 55 55 - name: store Apache logs 56 uses: actions/upload-artifact@v 156 uses: actions/upload-artifact@v2 57 57 if: failure() || cancelled() 58 58 with: 59 59 name: ${{ env.artifact_prefix }}-apache-logs 60 60 path: test/logs/ 61 - name: store test log if cancelled62 uses: actions/upload-artifact@v 163 if: cancelled()61 - name: store test logs 62 uses: actions/upload-artifact@v2 63 if: failure() || cancelled() 64 64 with: 65 name: ${{ env.artifact_prefix }}-test-log 66 path: test/test- 00_basic.log65 name: ${{ env.artifact_prefix }}-test-logs 66 path: test/test-*.log 67 67 - name: make distcheck 68 68 run: VERBOSE=1 make distcheck
Note: See TracChangeset
for help on using the changeset viewer.