Skip to content

Commit

Permalink
ci: run tests as circleci user
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi committed Dec 20, 2023
1 parent a061452 commit 6dcebbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prof_asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
jobs:
prof-correctness:
runs-on: ubuntu-latest
container: datadog/dd-trace-ci:php-8.3_bookworm-1
container:
image: datadog/dd-trace-ci:php-8.3_bookworm-1
options: --user 3434

steps:
- name: Checkout
Expand Down

0 comments on commit 6dcebbf

Please sign in to comment.