测http-server.yaml
Some checks failed
/ hashFiles (push) Successful in -9s
/ job2 (push) Successful in -40s
/ job1 (push) Successful in -40s
/ job3 (push) Has been skipped
/ Cache-Java-Test (push) Successful in 25s
/ opt_hostedtoolcache (push) Successful in -40s
/ test-timezone (push) Has been cancelled
/ go-hashfiles (push) Has been cancelled
Some checks failed
/ hashFiles (push) Successful in -9s
/ job2 (push) Successful in -40s
/ job1 (push) Successful in -40s
/ job3 (push) Has been skipped
/ Cache-Java-Test (push) Successful in 25s
/ opt_hostedtoolcache (push) Successful in -40s
/ test-timezone (push) Has been cancelled
/ go-hashfiles (push) Has been cancelled
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