mirror of
https://github.com/guezoloic/racing-game.git
synced 2026-03-28 10:01:07 +00:00
chore(github action): enlever la partie test car tout le temps renvoyer une erreur
This commit is contained in:
5
.github/workflows/static.yml
vendored
5
.github/workflows/static.yml
vendored
@@ -19,7 +19,4 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Compile Java sources
|
||||
run: javac -d bin $(find src -name "*.java")
|
||||
|
||||
- name: Run program
|
||||
run: java -cp bin Main
|
||||
run: javac -d bin $(find src -name "*.java")
|
||||
Reference in New Issue
Block a user