Skip to content

Commit

Permalink
Merge branch 'main' into education-status-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dneed-nimble authored Nov 27, 2023
2 parents 79d5b09 + be031ed commit 1a68687
Show file tree
Hide file tree
Showing 140 changed files with 32,136 additions and 22,206 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
registry: ${{ secrets.AZURE_ACR_URL }}

- name: Build and push docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
dotnet-sonarscanner begin /k:"DFE-Digital-prepare-conversions" /o:"dfe-digital" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=CoverageReport/SonarQube.xml
dotnet-sonarscanner begin /k:"DFE-Digital-prepare-conversions" /o:"dfe-digital" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=CoverageReport/SonarQube.xml
dotnet build Dfe.PrepareConversions/Dfe.PrepareConversions.sln --no-restore
dotnet test Dfe.PrepareConversions/Dfe.PrepareConversions.sln --no-build --verbosity normal --collect:"XPlat Code Coverage"
reportgenerator -reports:./**/coverage.cobertura.xml -targetdir:./Dfe.PrepareConversions/CoverageReport -reporttypes:SonarQube
dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,25 @@ jobs:
run: rm ./terraform/backend.tf

- name: Run a Terraform init
uses: docker://hashicorp/terraform:1.5.7
uses: docker://hashicorp/terraform:1.6.4
with:
entrypoint: terraform
args: -chdir=terraform init

- name: Run a Terraform validate
uses: docker://hashicorp/terraform:1.5.7
uses: docker://hashicorp/terraform:1.6.4
with:
entrypoint: terraform
args: -chdir=terraform validate

- name: Run a Terraform format check
uses: docker://hashicorp/terraform:1.5.7
uses: docker://hashicorp/terraform:1.6.4
with:
entrypoint: terraform
args: -chdir=terraform fmt -check=true -diff=true

- name: Setup TFLint
uses: terraform-linters/setup-tflint@v3
uses: terraform-linters/setup-tflint@v4
with:
tflint_version: v0.44.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
"cypress/no-pause": "error"
},
"env": {
"cypress/globals": true
"cypress/globals": true,
"node": true
},
"extends": [
"plugin:cypress/recommended",
"eslint:recommended"
]
],
"parserOptions": {
"ecmaVersion": 2022
}
}

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1a68687

Please sign in to comment.