Skip to content

Commit

Permalink
CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari-h committed Nov 8, 2024
1 parent 54d40b4 commit d6e779a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v ./...
env:
TAPESTRY_API_KEY: ${{ secrets.TAPESTRY_API_KEY }}
TAPESTRY_API_BASE_URL: ${{ secrets.TAPESTRY_API_BASE_URL }}
run: |
go test --run TestProfileOperations
go test --run TestContentOperations
go test --run TestCommentOperations
go test --run TestLikeOperations

0 comments on commit d6e779a

Please sign in to comment.