diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0f127a4..df57890 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ on: push jobs: build: runs-on: ubuntu-latest - steps: - - name: 测试 - run: - df \ No newline at end of file + steps: + - name: 测试 + run:| + df \ No newline at end of file