diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5191c383..7a511ed9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,12 +20,8 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - path: om - - - run: | - pwd - ls -la - + path: om + - name: Set up Go uses: actions/setup-go@v3 with: