test
This commit is contained in:
parent
78bb314e2c
commit
d59deb34a6
@ -3,14 +3,22 @@ run-name: ${{ gitea.actor }} build test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Checkout:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: |
|
||||
ls -la
|
||||
pwd
|
||||
ls -la /
|
||||
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: golang
|
||||
options: --user root
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: ls -la
|
||||
- run: ls -la /
|
||||
- name: Run go build
|
||||
run: go build
|
Loading…
x
Reference in New Issue
Block a user