Skip to content

fix(rbac): move admin creation to its own file #14975

fix(rbac): move admin creation to its own file

fix(rbac): move admin creation to its own file #14975

Workflow file for this run

name: Pull request
on: pull_request
env:
TURBO_SCM_BASE: ${{ github.event.pull_request.base.sha }}
TURBO_SCM_HEAD: ${{ github.sha }}
jobs:
test:
name: Test-build with Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
- name: Setup local Turbo cache
uses: dtinth/setup-github-actions-caching-for-turbo@cc723b4600e40a6b8815b65701d8614b91e2669e # v1
- name: Install dependencies
shell: bash
run: |
yarn install
- name: Test
uses: ./.github/actions/test
with:
args: --affected
- name: Build all packages
uses: ./.github/actions/build
with:
args: --affected