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 a499773 commit 293bd15
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:

build:
test:
runs-on: ubuntu-latest
environment: Example
steps:
Expand All @@ -22,15 +22,11 @@ jobs:
with:
go-version: '1.22.1'

- name: Build
run: go build -v ./...

- name: Test
env:
FRESHCHAT_URL: ${{ secrets.FRESHCHAT_URL }}
FRESHCHAT_ACCESS_TOKEN: ${{ secrets.FRESHCHAT_ACCESS_TOKEN }}
FRESHCHAT_USER_ID: ${{ secrets.FRESHCHAT_USER_ID }}
FRESHCHAT_AGENT_ID: ${{ secrets.FRESHCHAT_AGENT_ID }}
FRESHCHAT_CHANNEL_ID: ${{ secrets.FRESHCHAT_CHANNEL_ID }}
FRESHCHAT_CONVERSATION_ID: ${{ secrets.FRESHCHAT_CONVERSATION_ID }}
run: go test -v ./...

0 comments on commit 293bd15

Please sign in to comment.