Changeset 0be2505 in mod_gnutls for .github/workflows/build.yml
- Timestamp:
- Jan 25, 2020, 8:48:45 AM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- c33b0ea
- Parents:
- 2cc53cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/build.yml
r2cc53cb r0be2505 73 73 - name: make check 74 74 run: VERBOSE=1 make check 75 - uses: actions/upload-artifact@v1 75 - name: store Apache logs 76 uses: actions/upload-artifact@v1 76 77 if: failure() || cancelled() 77 78 with: 78 79 name: apache-logs 79 80 path: test/logs/ 80 - uses: actions/upload-artifact@v1 81 - name: store test log if cancelled 82 uses: actions/upload-artifact@v1 81 83 if: cancelled() 82 84 with:
Note: See TracChangeset
for help on using the changeset viewer.