diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 6a314a0..1e0f4e8 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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 \ No newline at end of file + run: javac -d bin $(find src -name "*.java") \ No newline at end of file