Merge pull request #4457 from broadinstitute/dev #1676
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: local install tests | |
# Run the docker-compose test suite on pushes (incl. merges) to master and dev | |
on: | |
push: | |
branches: | |
- master | |
- dev | |
jobs: | |
local_install_test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run test_local_deployment script | |
run: ./test_local_deployment.sh |