Skip to content

Commit

Permalink
ensure dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Oct 31, 2024
1 parent f7e31dc commit ccbfde5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
cache-dependency-path: "**/*.sum"
- name: Dryrun tests
run: |
mkdir -p ${{ github.workspace }}/dev/.gomodcache
mkdir -p ${{ github.workspace }}/dev/.gocache
ln -s $(go env GOMODCACHE) ${{ github.workspace }}/dev/.gomodcache
ln -s $(go env GOCACHE) ${{ github.workspace }}/dev/.gocache
make dryrun-tests
Expand Down

0 comments on commit ccbfde5

Please sign in to comment.