Skip to content

Commit

Permalink
copy config file to workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
gantian127 committed Apr 18, 2024
1 parent 3090683 commit a5a2f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
python -c 'import pymt_dbseabed'
- name: Test bmi-test
working-directory: ${{ github.workspace }}/notebooks
run: |
pwd
ls
bmi-test pymt_dbseabed.bmi:DbSeabedData --config-file=${{ github.workspace }}/notebooks/config_file.yaml --root-dir=. -vvv
cp ${{github.workspace}}/notebooks/config_file.yaml .
bmi-test pymt_dbseabed.bmi:DbSeabedData --config-file=config_file.yaml --root-dir=. -vvv

0 comments on commit a5a2f28

Please sign in to comment.