Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
espzav committed Jan 30, 2025
1 parent 00593d2 commit a9713ce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-run-applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ jobs:
run: |
pytest --suppress-no-test-exit-code --ignore-glob '*/managed_components/*' --ignore=.github ${{ env.PYTEST_BENCHMARK_IGNORE }} --junit-xml=${{ env.TEST_RESULT_FILE }} --target=${{ matrix.runner.target }} -m ${{ matrix.runner.marker }} --build-dir=build_${{ matrix.runner.runs-on }}
- name: Check Git status
run: git status
run: |
git config --global --add safe.directory /__w/esp-bsp/esp-bsp
git status
- name: Upload test results
uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -255,7 +257,9 @@ jobs:
with:
persist-credentials: false
- name: Check Git status
run: git status
run: |
git config --global --add safe.directory /__w/esp-bsp/esp-bsp
git status
- name: Commit test results
run: |
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit a9713ce

Please sign in to comment.