Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Dec 8, 2023
1 parent 8850334 commit a87e711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ jobs:
run: |
export GITHUB_API_KEY=${{ secrets.GH_API_TOKEN }}
bash ./bin/extract_all_tools_test.sh "${{ matrix.subset }}"
ls -la results
- name: Commit all tools
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add results
git status
git diff --quiet || (git commit -m "fetch all tools bot - step fetch")
git pull -s recursive -X ours
git push
Expand Down

0 comments on commit a87e711

Please sign in to comment.