Skip to content

Commit

Permalink
add runner user - setup as a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 1, 2024
1 parent 4931700 commit 4efa704
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:
branches: [ develop, master ]

jobs:

setup:
runs-on: int-runner-set
container:
image: ci-image:v1.0.0
options: --user 1001
build:
name: Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4efa704

Please sign in to comment.