test
This commit is contained in:
parent
78bb314e2c
commit
d59deb34a6
@ -3,14 +3,22 @@ run-name: ${{ gitea.actor }} build test
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Checkout:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- run: |
|
||||||
|
ls -la
|
||||||
|
pwd
|
||||||
|
ls -la /
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: golang
|
image: golang
|
||||||
options: --user root
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- run: ls -la /
|
||||||
uses: actions/checkout@v4
|
|
||||||
- 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