Skip to content

Commit

Permalink
cleanup PR test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Mar 12, 2024
1 parent 20fe7a8 commit 45dd742
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,34 +45,3 @@ jobs:
run: go mod download
- name: Run Tests
run: go test -cover `go list ./... | grep -v 'pkg/client'`

test-roles:
runs-on: ubuntu-20.04
permissions:
id-token: write
contents: read


env:
connection: >-
Server=sql-radix-vulnerability-scan-dev.database.windows.net;
Initial Catalog=radix-vulnerability-scan;
Authentication=Active Directory Default;
Encrypt=True;
TrustServerCertificate=False;
Connection Timeout=30;
steps:
- uses: actions/checkout@v4

- uses: azure/login@v1
with:
client-id: "a23b30b8-3faa-42a1-817e-6cd097a620f1"
tenant-id: "3aa4a235-b6e2-48d5-9195-7fcf05b459b0"
allow-no-subscriptions: true

- uses: azure/[email protected]
with:
connection-string: ${{env.connection}}
path: './azure-infrastructure/sql-scripts/roles.sql'
arguments: '--variables RADIX_ZONE=dev'

0 comments on commit 45dd742

Please sign in to comment.