Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toanppp authored Apr 3, 2024
1 parent c1d66b0 commit 6e23dd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@ jobs:
- name: Build
run: go build -v ./...

- name: Secret
env:
FRESHCHAT_URL: ${{ secrets.FRESHCHAT_URL }}
run: |
echo $FRESHCHAT_URL
- name: Test
run: go test -v ./...

0 comments on commit 6e23dd2

Please sign in to comment.