Skip to content

Commit

Permalink
fix & debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 8, 2023
1 parent 52a612c commit 8e1bf35
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,23 @@ jobs:
image: ci-image
options: -v ${{ github.workspace }}:${{ github.workspace }}
run: |
cd ${{ github.workspace }} && pwd
pwd
cat /etc/os-release
ls /tmp || true
touch /tmp/HEBA
cd ${{ github.workspace }}
git config --global --add safe.directory ${{ github.workspace }}
env CC=${{ matrix.cc }} ./ci/cirrus.sh
cat tests.log || true
cat noverify_tests.log || true
cat exhaustive_tests.log || true
cat ctime_tests.log || true
cat bench.log || true
cat config.log || true
cat test_env.log || true
env
- name: Run test script
uses: addnab/docker-run-action@v3
with:
image: ci-image
options: -v ${{ github.workspace }}:${{ github.workspace }}
run: |
ls -l /tmp

0 comments on commit 8e1bf35

Please sign in to comment.