Revert CI archive step

This commit is contained in:
Eren Dogan 2023-01-30 10:09:40 -08:00
parent dce324fc94
commit 6177c85577
1 changed files with 4 additions and 6 deletions

View File

@ -37,9 +37,7 @@ jobs:
make -k -j 48
- name: Archive
if: ${{ failure() }}
run: |
export ARCHIVE_DIR="/tmp/github_runner_fail_${{ github.run_id }}_${{ github.run_attempt }}"
mkdir -p $ARCHIVE_DIR
cp -r ${{ github.workspace }}/compiler/tests/results/* $ARCHIVE_DIR
chmod -R 777 $ARCHIVE_DIR
echo "Files of this run are located in $ARCHIVE_DIR"
uses: actions/upload-artifact@v2
with:
name: Regress Archives
path: ${{ github.workspace }}/compiler/tests/results/*