Skip to content

Commit

Permalink
[antlir][oss] run builds and tests as root
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
vmagro committed Jul 17, 2024
1 parent bcd51f0 commit 1be3bdf
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 @@ -65,8 +65,8 @@ jobs:
- name: Build tests
run: |
./buck2 build @${{ runner.temp }}/tests.txt
sudo ./buck2 build @${{ runner.temp }}/tests.txt
- name: Run tests
run: |
./buck2 test @${{ runner.temp }}/tests.txt
sudo ./buck2 test @${{ runner.temp }}/tests.txt

0 comments on commit 1be3bdf

Please sign in to comment.