Compare commits

...

4 Commits

Author SHA1 Message Date
loyalsoldier
10fd8faee8 Test 2019-12-23 19:20:48 +08:00
loyalsoldier
080d51e91c Test 2019-12-23 19:16:40 +08:00
loyalsoldier
c314c2dd1d test the default directory 2019-12-23 18:36:07 +08:00
Loyalsoldier
8291a04cdc Update build.yml
change the time of auto-run build
2019-12-22 22:09:23 +08:00
2 changed files with 43 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
name: Build v2ray rules dat files
on:
schedule:
- cron: "0 19 * * *"
- cron: "0 22 * * *"
push:
branches:
- master

42
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,42 @@
name: Test and show directory of each steps
on:
schedule:
- cron: "0 22 * * *"
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: git checkout repo and show all files
uses: actions/checkout@v2
with:
ref: hidden
fetch-depth: 0
run: |
pwd
ls -lah
- name: pwd
run: |
pwd
ls -lah
- name: make directory and go into it
run: |
mkdir -p secondary
cd secondary
pwd
- name: show last directory
run: pwd