Skip to content

Commit

Permalink
specify min tls version when making storage accounts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samtkaplan committed Aug 14, 2023
1 parent 4142b30 commit 7977114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Run Az CLI script
run: |
az group create -l southcentralus -n "AzureBackupRG-cloudseis-${{ matrix.os }}-${{ matrix.julia-version }}-${{ github.run_id }}"
az storage account create -n "c${{ steps.uuid.outputs.uuid }}a" -g "AzureBackupRG-cloudseis-${{ matrix.os }}-${{ matrix.julia-version }}-${{ github.run_id }}" -l southcentralus
az storage account create -n "c${{ steps.uuid.outputs.uuid }}b" -g "AzureBackupRG-cloudseis-${{ matrix.os }}-${{ matrix.julia-version }}-${{ github.run_id }}" -l southcentralus
az storage account create -n "c${{ steps.uuid.outputs.uuid }}a" -g "AzureBackupRG-cloudseis-${{ matrix.os }}-${{ matrix.julia-version }}-${{ github.run_id }}" -l southcentralus --min-tls-version TLS1_2
az storage account create -n "c${{ steps.uuid.outputs.uuid }}b" -g "AzureBackupRG-cloudseis-${{ matrix.os }}-${{ matrix.julia-version }}-${{ github.run_id }}" -l southcentralus --min-tls-version TLS1_2
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit 7977114

Please sign in to comment.