Skip to content

Commit

Permalink
Persist bootstrap files from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Jul 19, 2024
1 parent b2adb58 commit 64289ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
git checkout bootstrap
chmod +x .github/workflows/bootstrap_all.sh
cd ebcc/codegen && ./../../.github/workflows/bootstrap_all.sh
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -b bootstrap_ci
git add *.py
git commit -m "Bootstrap via ${{ github.sha }}"
git push origin bootstrap_ci
- name: Run unit tests
run: |
python -m pip install pytest
Expand Down

0 comments on commit 64289ec

Please sign in to comment.