测http-server.yaml
This commit is contained in:
16
.github/workflows/测http-server.yaml
vendored
Normal file
16
.github/workflows/测http-server.yaml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
env:
|
||||||
|
TZ: Asia/Shanghai
|
||||||
|
jobs:
|
||||||
|
test-timezone:
|
||||||
|
runs-on: ubuntu-amd64
|
||||||
|
steps:
|
||||||
|
- name: step1
|
||||||
|
run: |
|
||||||
|
set -x
|
||||||
|
npx http-server -p=4251 ./gitea
|
||||||
|
curl -s http://localhost:4251/
|
Reference in New Issue
Block a user