Skip to content

Commit

Permalink
fix: try different rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed May 2, 2024
1 parent fd1b9f8 commit 43683e7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test-protocols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
unzip $RECORDS_TAG.zip riksdagen-records-$RECORDS_TAGNR/test/*
unzip $RECORDS_TAG.zip riksdagen-records-$RECORDS_TAGNR/data/*
- name: Move files
uses: GuillaumeFalourd/setup-rsync@v1.2
run: |
rsync -vr riksdagen-records-$RECORDS_TAGNR/ .
ls -l data
ls -l test
steps:
- uses: GuillaumeFalourd/setup-rsync@v1.2
- run: |
rsync -vr riksdagen-records-$RECORDS_TAGNR/ .
ls -l data
ls -l test
- name: mp-test
run: |
python -m unittest test.mp

0 comments on commit 43683e7

Please sign in to comment.