Restore missing file/dir relative path to avoid copying the entire $HOME #45
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: Test this repository | |
on: | |
push: | |
jobs: | |
test-action: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: lbianchi-lbl/notebooks-ci@main | |
with: | |
readme-path: README.md | |
test-check-submission: | |
uses: lbianchi-lbl/notebooks-ci/.github/workflows/check-submission.yml@main | |
with: | |
repository: lbianchi-lbl/sample-submission-1 | |
# ref: 44e112021bd1f85148c237f972c066a6e6ac92dd # should fail | |
ref: d0b358a71fb1054158822d5cdc8fca21f4cb2bd9 # should pass | |
reproducible-document: my_doc.ipynb | |
container-registry: '' | |
binder-cache-branch: '' |