Skip to content

Commit

Permalink
Update bullet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bulletdev authored Jan 6, 2025
1 parent e26b4e3 commit 6e156cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bullet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: ls -la pipeline-automatizador

- name: Compile the project
working-directory: src/main/java/com/pipelinetools/PipelineConfigApp.java
working-directory: pipeline-automatizador/src/main/java/com/pipelinetools
run: javac PipelineConfigApp.java

- name: Run the application
working-directory: src/main/java/com/pipelinetools/PipelineConfigApp.java
working-directory: pipeline-automatizador/src/main/java/com/pipelinetools
run: java PipelineConfigApp

0 comments on commit 6e156cb

Please sign in to comment.