Skip to content

Commit

Permalink
Updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplisticCode committed Dec 14, 2023
1 parent 6bbf61d commit b213013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Pull image
run: docker pull simonthrane/uppaal_image:latest
- name: Build and Test
run: docker run --rm -v $(pwd):/root simonthrane/uppaal_image /bin/bash -c 'cd /root && mvm test'
run: docker run --rm -v $(pwd):/root simonthrane/uppaal_image /bin/bash -c 'cd /root && mvn test'

0 comments on commit b213013

Please sign in to comment.