mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
Test
This commit is contained in:
parent
c314c2dd1d
commit
080d51e91c
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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user