Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
Signed-off-by: yuchen.cc <yuchen.cc@alibaba-inc.com>
  • Loading branch information
yuchen0cc committed Dec 21, 2023
1 parent ea97762 commit c313e1e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI test

on:
push:
branches:
- ci_test

jobs:
ci-test:
name: CI Test"
runs-on: [self-hosted, Linux, X64]
steps:
- name: "check env"
shell: bash
run: |
ll /

0 comments on commit c313e1e

Please sign in to comment.