Add unit tests for lccr_csv reader (#168) #11
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: Mirror to Ebrains | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
to_ebrains: | |
runs-on: ubuntu-latest | |
steps: | |
- name: syncmaster | |
uses: wei/git-sync@v3 | |
with: | |
source_repo: "BlueBrain/BluePyEfe" | |
source_branch: "master" | |
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/BlueBrain/bluepyefe.git" | |
destination_branch: "master" | |
- name: synctags | |
uses: wei/git-sync@v3 | |
with: | |
source_repo: "BlueBrain/BluePyEfe" | |
source_branch: "refs/tags/*" | |
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/BlueBrain/bluepyefe.git" | |
destination_branch: "refs/tags/*" |