Skip to content

Use reusable frontend workflow from armada #8079

Use reusable frontend workflow from armada

Use reusable frontend workflow from armada #8079

name: Frontend
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test-and-lint-frontend-package:
uses: equinor/armada/.github/workflows/test_and_lint_frontend_package.yml@main

Check failure on line 14 in .github/workflows/frontend_lint_and_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/frontend_lint_and_test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/frontend_lint_and_test.yml" -> "equinor/armada/.github/workflows/test_and_lint_frontend_package.yml@main" : failed to fetch workflow: workflow was not found.
permissions:
contents: read
with:
run-prettier: true
run-eslint: true
eslint-target: src
run-build: true
run-tests: true
test-env: '{"PORT":"3001","VITE_AI_CONNECTION_STRING":"","VITE_BACKEND_URL":"https://localhost:8000","VITE_BACKEND_API_SCOPE":"api://ea4c7b92-47b3-45fb-bd25-a8070f0c495c/user_impersonation","VITE_FRONTEND_URL":"http://localhost:3001","VITE_FRONTEND_BASE_ROUTE":"","VITE_AD_CLIENT_ID":"f5993820-b7e2-4791-886f-f9f5027dc7be","VITE_AD_TENANT_ID":"3aa4a235-b6e2-48d5-9195-7fcf05b459b0"}'
run-unused-exports: true