Skip to content

Commit

Permalink
fix test pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeynabRezaei committed Mar 1, 2024
1 parent f151e35 commit 96033cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
image: golang:1.17
steps:
- uses: actions/checkout@v2
- name: Set up GOPROXY
run: echo "GOPROXY=https://repo.snapp.tech/repository/goproxy/" >> $GITHUB_ENV
- name: Enable Go modules
run: echo "GO111MODULE=on" >> $GITHUB_ENV
- name: Download dependencies
Expand Down

0 comments on commit 96033cd

Please sign in to comment.