Skip to content

Commit

Permalink
fix workflows github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Macktireh committed Sep 27, 2024
1 parent 105824a commit a4cb54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Run tests
run: pdm run pytest -v
- name: secrets for testing
run: $GOOGLE_CLIENT_ID > t.txt && cat t.txt
run: echo $GOOGLE_CLIENT_ID > ts.txt && cat ts.txt
- name: vars for testing
run: $GOOGLE_REDIRECT_URI > ts.txt && cat ts.txt
run: echo $GOOGLE_REDIRECT_URI > ts.txt && cat ts.txt

0 comments on commit a4cb54d

Please sign in to comment.