diff options
author | Rob Mensching <rob@firegiant.com> | 2021-12-14 12:18:27 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-12-14 14:48:57 -0800 |
commit | 09aac160d5898d6b95cd1b43d2c5a62e085e6a17 (patch) | |
tree | 841b43d498ac1100f8a35697eb71d9bb10aa09d2 /.github | |
parent | f4b14a91e11b3e83f265c24435fdf705b616b15a (diff) | |
download | wix-09aac160d5898d6b95cd1b43d2c5a62e085e6a17.tar.gz wix-09aac160d5898d6b95cd1b43d2c5a62e085e6a17.tar.bz2 wix-09aac160d5898d6b95cd1b43d2c5a62e085e6a17.zip |
Capture logs from burn integration tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93eef43b..f38fb5d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -41,3 +41,9 @@ jobs: | |||
41 | with: | 41 | with: |
42 | name: artifacts | 42 | name: artifacts |
43 | path: build/artifacts/ | 43 | path: build/artifacts/ |
44 | |||
45 | - name: Save logs | ||
46 | uses: actions/upload-artifact@v2 | ||
47 | with: | ||
48 | name: logs | ||
49 | path: build/logs/ | ||