Skip to content

Commit

Permalink
Merge branch 'test-ci' into code-commit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat-iblox authored Oct 18, 2023
2 parents 7fbf793 + 3106a36 commit 75420c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ jobs:
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
golangci-lint run
golangci-lint run --max-issues-per-linter 0 --max-same-issues 0 --timeout 10m
tests:
name: Terraform acceptance tests
runs-on: ubuntu-latest
timeout-minutes: 10
environment: testing
needs: build
steps:
- name: Setup Go 1.18
Expand All @@ -75,4 +76,5 @@ jobs:
B1DDI_API_KEY: ${{ secrets.BLOXONE_API_KEY }}
INTERNAL_SECONDARY: ${{ secrets.INTERNAL_SECONDARY }}
run: |
echo ${B1DDI_HOST}, ${B1DDI_API_KEY}
go test -v -cover ./b1ddi/b1ddi

0 comments on commit 75420c4

Please sign in to comment.