We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fc836 commit 72beca2Copy full SHA for 72beca2
.github/workflows/test.yml
@@ -65,7 +65,7 @@ jobs:
65
name: repository
66
67
- name: Unarchive reposiotry
68
- run: tar -xzvf repo.tar.gz
+ run: tar -xzvf repository.tar.gz
69
70
- name: Run tests
71
run: python3 ./run_tests.py --build-dir=build
0 commit comments