From 77d84a97886226d35542935cd8dd3b5b1b8b787b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 14 Jan 2025 19:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8Bhttp-server.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/测http-server.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/测http-server.yaml diff --git a/.github/workflows/测http-server.yaml b/.github/workflows/测http-server.yaml new file mode 100644 index 0000000..1e5c336 --- /dev/null +++ b/.github/workflows/测http-server.yaml @@ -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/ \ No newline at end of file