Skip to content

Commit

Permalink
fix: fixed user permissions in self-hosted runners (openedx#29357)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraarif authored Nov 18, 2021
1 parent 0fc4c39 commit df90d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

name: python ${{ matrix.python-version }},django ${{ matrix.django-version }} ${{ matrix.test_module }}
steps:
- name: sync directory owner
run: sudo chown runner:runner -R .*
- uses: actions/checkout@v2
- name: start mongodb service
run: |
Expand Down

0 comments on commit df90d11

Please sign in to comment.