Explorar o código

Add guest accounts variable to GitHub action

Zed %!s(int64=3) %!d(string=hai) anos
pai
achega
51714b5ad2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .github/workflows/run-tests.yml

+ 3 - 0
.github/workflows/run-tests.yml

@@ -40,6 +40,9 @@ jobs:
           nimble md
           nimble scss
       - name: Run tests
+        env:
+          GUEST_ACCOUNTS: ${{ secrets.GUEST_ACCOUNTS }}
         run: |
+          echo $GUEST_ACCOUNTS > ./guest_accounts.json
           ./nitter &
           pytest -n4 tests