Skip to content

Bump the "infrastructure" group with 1 updates across multiple ecosystems #318

Bump the "infrastructure" group with 1 updates across multiple ecosystems

Bump the "infrastructure" group with 1 updates across multiple ecosystems #318

Workflow file for this run

name: Build
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
# This job runs tests for Auth0 passkey policy
passwordless:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Use pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v6
with:
node-version: 22.x
cache: "pnpm"
- name: Install dependencies
shell: bash
run: pnpm install
# Test Auth0 Passwordless Action
- name: Test Auth0 Passwordless Action
uses: ./.github/actions/test-passwordless
terraform:
runs-on: ubuntu-latest
steps:
# Test Terraform configuration
- name: Test Terraform
uses: ./.github/actions/test-terraform