Skip to content

Commit

Permalink
Remove extra build in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCourtney committed Oct 10, 2024
1 parent 5a098ca commit 2918aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Assemble
run: ./gradlew assemble --parallel
- name: Build scheduling procedure jars for testing
run: ./gradlew e2e-test:build && ./gradlew e2e-tests:buildAllSchedulingProcedureJars
run: ./gradlew e2e-tests:buildAllSchedulingProcedureJars
- name: Start Services
run: |
docker compose -f ./e2e-tests/docker-compose-test.yml up -d --build
Expand Down

0 comments on commit 2918aa4

Please sign in to comment.