mirror of
https://github.com/guezoloic/racing-game.git
synced 2026-03-28 18:03:50 +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'
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Compile Java sources
|
- name: Compile Java sources
|
||||||
run: javac -d bin $(find src -name "*.java")
|
run: javac -d bin $(find src -name "*.java")
|
||||||
|
|
||||||
- name: Run program
|
|
||||||
run: java -cp bin Main
|
|
||||||
Reference in New Issue
Block a user