Skip to content

Commit

Permalink
set user when running the container
Browse files Browse the repository at this point in the history
  • Loading branch information
usr3-1415 committed Dec 14, 2024
1 parent 5b4b9d3 commit 468e838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asn1scc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: chmod +x ./github-build.sh

- name: Run container to build and test
run: docker run --rm -v ${{ github.workspace }}:/app asn1scc bash -c "./github-build.sh"
run: docker run --rm -v ${{ github.workspace }}:/app --user 1000:1000 asn1scc bash -c "./github-build.sh"

0 comments on commit 468e838

Please sign in to comment.