Skip to content

Commit

Permalink
ci(go-sdk-test-workflow): reviewed test user secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Sep 20, 2024
1 parent 59fa2a9 commit 71aa98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-sdk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
run: go build .
- name: Running automated tests
env:
CNR_TEST_USER: ${{ secrets.TESTS_USER_CNR }}
CNR_TEST_PASSWORD: ${{ secrets.TESTS_USERPASSWORD_CNR }}
CNR_TEST_USER: ${{ secrets.RTLDEV_MW_CI_USER_CNR }}
CNR_TEST_PASSWORD: ${{ secrets.RTLDEV_MW_CI_USERPASSWORD_CNR }}
run: |
go test -v -race -coverprofile=coverage.out ./...
go tool cover -html=coverage.out -o coverage.html
Expand Down

0 comments on commit 71aa98b

Please sign in to comment.