Changeset 07fc5d3 in mod_gnutls


Ignore:
Timestamp:
Jan 25, 2020, 9:15:32 AM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
f4f837a
Parents:
c33b0ea
Message:

CI: Use job-specific names for debug artifacts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/build.yml

    rc33b0ea r07fc5d3  
    1919      - name: configure
    2020        run: TEST_IP=127.0.0.1 ./configure
     21      - name: store config.log
     22        uses: actions/upload-artifact@v1
     23        if: failure()
     24        with:
     25          name: buster-config-log
     26          path: config.log
    2127      - name: make
    2228        run: make
     
    2632      - name: make check
    2733        run: VERBOSE=1 make check
    28       - uses: actions/upload-artifact@v1
     34      - name: store Apache logs
     35        uses: actions/upload-artifact@v1
    2936        if: failure() || cancelled()
    3037        with:
    31           name: apache-logs
     38          name: buster-apache-logs
    3239          path: test/logs/
    33       - uses: actions/upload-artifact@v1
     40      - name: store test log if cancelled
     41        uses: actions/upload-artifact@v1
    3442        if: cancelled()
    3543        with:
    36           name: test-logs
     44          name: buster-test-log
    3745          path: test/test-00_basic.log
    3846  fedora-31:
     
    5765        if: failure()
    5866        with:
    59           name: config-log
     67          name: fedora-config-log
    6068          path: config.log
    6169      - name: make
     
    7785        if: failure() || cancelled()
    7886        with:
    79           name: apache-logs
     87          name: fedora-apache-logs
    8088          path: test/logs/
    8189      - name: store test log if cancelled
     
    8391        if: cancelled()
    8492        with:
    85           name: test-logs
     93          name: fedora-test-log
    8694          path: test/test-00_basic.log
Note: See TracChangeset for help on using the changeset viewer.