Skip to content

Commit

Permalink
ci: run pytest pipeline as root, not appuser
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 2, 2023
1 parent c8f4632 commit 0cd6cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Run pytest as appuser
- name: Run pytest
run: |
cd src/backend
gosu appuser pytest
pytest

0 comments on commit 0cd6cd9

Please sign in to comment.