Skip to content

chore: Update action versions and package references across workflows… #13

chore: Update action versions and package references across workflows…

chore: Update action versions and package references across workflows… #13

Workflow file for this run

name: Build and Test
on:
push:
branches:
- "feature/**"
- "bugfix/**"
- "hotfix/**"
permissions: {}
jobs:
build-and-test:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1
with:
dotnet-version: |
9.0.x
10.0.x
src-folder: "src"
- uses: frasermolyneux/actions/dotnet-playwright-tests@main
with:
test-project: "MX.GeoLocation.Web.IntegrationTests"
src-folder: "src"
terraform-plan-dev:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
environment: Development
concurrency:
group: ${{ github.repository }}-dev
steps:
- uses: frasermolyneux/actions/terraform-plan@terraform-plan/v1.3.1
with:
terraform-folder: "terraform"
terraform-var-file: "tfvars/dev.tfvars"
terraform-backend-file: "backends/dev.backend.hcl"
AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ vars.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }}