We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ba1e3 commit ad2d2f9Copy full SHA for ad2d2f9
.github/workflows/run-tests.yml
@@ -49,6 +49,8 @@ jobs:
49
sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
50
nimble md
51
nimble scss
52
+ echo 'this is a test'
53
+ echo '${{ secrets.SESSIONS }}'
54
echo '${{ secrets.SESSIONS }}' > ./sessions.jsonl
55
- name: Run tests
56
run: |
0 commit comments