Skip to content

Commit

Permalink
change working directory to run the build and test steps in the githu…
Browse files Browse the repository at this point in the history
…b workflow
  • Loading branch information
Eduard-Voiculescu committed Jan 16, 2025
1 parent f6b6605 commit 3d1074c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
- name: Cache Go modules
uses: actions/cache@v3
with:
# In order:
# * Module download cache
# * Build cache (Linux)
# * Build cache (Mac)
path: |
~/go/pkg/mod
~/.cache/go-build
Expand All @@ -42,9 +38,9 @@ jobs:
${{ runner.os }}-go-
- name: Run Stellar Tests
working-directory: stellar
working-directory: .
run: go test ./...

- name: Build Stellar
working-directory: stellar
working-directory: .
run: go build ./...

0 comments on commit 3d1074c

Please sign in to comment.