Skip to content

Commit

Permalink
remove git thingy from actions...
Browse files Browse the repository at this point in the history
  • Loading branch information
kytpbs committed May 30, 2024
1 parent 91f533e commit f2aa587
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
java-version: 17
architecture: x64

# Declares the repository safe and not under dubious ownership.
- name: Add repository to git safe directories
run: git config --global --add safe.directory $GITHUB_WORKSPACE

# Runs a single command using the runners shell
- name: Compile and run tests on robot code
run: ./gradlew build

0 comments on commit f2aa587

Please sign in to comment.