diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 87cf7b3a..34a4c699 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -91,7 +91,7 @@ jobs: run: | npx playwright install --with-deps - name: Find all Jupyter notebooks - run: find .. -name '*.ipynb' |head -n 10| sort > ./files.txt + run: find .. -name '*.ipynb' | tail -n 10 | sort > ./files.txt - name: Start test environments id: start-test-environment run: npx ts-node pre_create_env.ts