Updated scenarioLoading #149
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scala CI | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- 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 && mvn test' |