Add columns_to_show_by_page_type config for web #587
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: Tests | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install dependencies | |
run: sudo apt install libjson-xs-perl libtext-csv-perl libjson-perl | |
- name: Wait in case website isn't checked in yet | |
run: sleep 120 | |
- name: Get website | |
run: git clone --depth 1 https://github.com/pombase/website.git pombase-website | |
- name: Run test script | |
run: etc/check_config.pl website/pombase_v2_config.json website/jbrowse_track_metadata.csv pombase-website/src/assets |