summaryrefslogtreecommitdiffstats
path: root/.github/workflows/selfhosted.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/selfhosted.yml')
-rw-r--r--.github/workflows/selfhosted.yml14
1 files changed, 4 insertions, 10 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index c96d0994..1cf6b5da 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -41,24 +41,18 @@ jobs:
run: vmstartup
- name: configure
run: vmrun ./.github/configure.sh ${{ matrix.configs }}
- - name: save config files
- if: failure()
- uses: actions/upload-artifact@v2
- with:
- name: ${{ matrix.os }}-${{ matrix.configs }}-config-files
- path: |
- config.h
- config.log
- name: make
run: vmrun make
- name: make tests
run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
- - name: save regress logs
+ - name: save logs
if: failure()
uses: actions/upload-artifact@v2
with:
- name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
+ name: ${{ matrix.os }}-${{ matrix.configs }}-logs
path: |
+ config.h
+ config.log
regress/*.log
regress/valgrind-out/
- name: shutdown VM