mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2026-04-02 19:17:44 +08:00
Test
This commit is contained in:
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@@ -18,8 +18,18 @@ jobs:
|
|||||||
go-version: 1.13
|
go-version: 1.13
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
|
- name: git checkout repo and show all files
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: hidden
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -lah
|
||||||
|
|
||||||
- name: pwd
|
- name: pwd
|
||||||
run: pwd
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -lah
|
||||||
|
|
||||||
- name: make directory and go into it
|
- name: make directory and go into it
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user