Skip to content

Commit

Permalink
Update build-and-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicbi committed Mar 10, 2024
1 parent ae60e81 commit 69a6e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
echo "GCLOUD_PROJECT=spezidatapipelinetemplate" >> $GITHUB_ENV
- name: Run Firebase Emulator & Execute Notebook
run: |
firebase emulators:exec --import=./ECGDataPipelineTemplate/sample_data "jupyter nbconvert --to pdf --execute ECGDataPipelineTemplate.ipynb"
firebase emulators:exec --import=./ECGDataPipelineTemplate/sample_data "jupyter nbconvert --to pdf --execute ./ECGDataPipelineTemplate/ECGDataPipelineTemplate.ipynb"
env:
CI: true
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 69a6e00

Please sign in to comment.