Skip to content

Commit

Permalink
Trigger make file after go setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed-dev committed Oct 20, 2023
1 parent f7330e1 commit ec065c3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
npm install
npm run generate.go
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.19.6'
working-directory: ./clients/go
- name: Run Tests
run: |
npm install
npm run generate.go
cd ./clients/go/test
go test

0 comments on commit ec065c3

Please sign in to comment.