diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 496d8d7..555627e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,9 @@ jobs: uses: actions/checkout@v2 - name: Switch path - run: cd server + run: | + cd server + ls - name: Get dependencies run: |