Skip to content

Commit

Permalink
Removed build from small test
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 12, 2024
1 parent 473f297 commit 4164123
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/small-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:
- name: Install killall
run: sudo apt update && sudo apt install psmisc -y
- run: echo "LOGURU_COLORIZE=NO" >> $GITHUB_ENV
- name: Build
run: git submodule update --init --recursive && cd src/scripts/merge_tools/merging && ./gradlew -q shadowJar
- name: Run small test
run: |
git config --global merge.customMerge.name "Always incorrect custom merge driver"
Expand Down

0 comments on commit 4164123

Please sign in to comment.