Unverified Commit 23231c0f authored by Sam Shleifer's avatar Sam Shleifer Committed by GitHub
Browse files

[GH Runner] fix yaml indent (#5412)

parent ac611145
...@@ -53,7 +53,7 @@ jobs: ...@@ -53,7 +53,7 @@ jobs:
source .env/bin/activate source .env/bin/activate
python -m pytest -n 2 --dist=loadfile -s ./tests/ | tee output.txt python -m pytest -n 2 --dist=loadfile -s ./tests/ | tee output.txt
- name: cat output.txt - name: cat output.txt
run: cat output.txt run: cat output.txt
- name: Upload output.txt - name: Upload output.txt
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
with: with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment