Switch to using Python to convert cluster files from wide to long format #140
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: Test db-scxa operations | |
on: [pull_request] | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
submodules: 'true' | |
- name: Add workspace to path | |
run: | | |
echo "${GITHUB_WORKSPACE}" >> $GITHUB_PATH | |
- uses: docker-practice/actions-setup-docker@master | |
- run: | | |
run_tests_with_containers.sh |