Skip to content

refactor: adopt action 3 #94

refactor: adopt action 3

refactor: adopt action 3 #94

Workflow file for this run

name: E2E NG Universal Express on PR
'on':
jobs:
build_and_ng-universal-express:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: npm
- name: Install dependencies
run: npm ci
- name: Production build for static file hosting (client + prerender)
run: npm run nx user-flow ng-universal-express
- name: Test ng-universal-express
id: firebase-preview-channel-hosting
uses: push-based/[email protected]
with:
commentId: ng-universal-express
verbose: on
onlyComments: on
outPath: ./dist/user-flow/ng-universal-express