Skip to content

Commit

Permalink
👷 Update run-one-notebook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
groda authored Oct 12, 2024
1 parent 16f67ac commit 918637b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-one-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
permissions:
contents: write
jobs:
List-Notebook-Files:
List-Notebook-File:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Expand All @@ -28,9 +28,9 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ github.workspace }}/*.ipynb
ls ${{ github.event.inputs.notebook }}.ipynb
- run: echo "🍏 This job's status is ${{ job.status }}."
Run-Notebooks:
Run-Notebook:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
java-version: '11'

# Runs a set of commands using the runners shell
- name: Run Jupyter Notebooks testing
- name: Run Jupyter Notebook testing
run: |
git pull
git config user.name github-actions
Expand Down

0 comments on commit 918637b

Please sign in to comment.