We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f7f45 commit 0585c75Copy full SHA for 0585c75
.github/workflows/ubuntu.yml
@@ -68,20 +68,7 @@ jobs:
68
- name: run tests
69
run: make test
70
- name: list all files
71
- run: find .
72
- - name: Push to repository on success
73
- if: success()
74
- run: |
75
- mv bin/mp bin/linux_x86_64
76
- if [[ $(git status --porcelain) ]]; then
77
- git config --global user.name "github-actions[bot]"
78
- git config --global user.email "github-actions[bot]@noreply.github.com"
79
- git commit -am "Automatic commit from GitHub Actions"
80
- # git push origin master
81
- git push
82
- else
83
- echo "No changes to commit."
84
- fi
+ run: find .
85
- name: store logs from failed tests
86
if: failure()
87
uses: actions/upload-artifact@v4
0 commit comments