test
This commit is contained in:
parent
5efb2adcd9
commit
6b42aec1c3
@ -16,7 +16,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: golang
|
image: golang
|
||||||
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
- name: Run go build
|
- name: Run go build
|
||||||
run: go build
|
run: go build
|
Loading…
x
Reference in New Issue
Block a user