This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Build Portal
|
name: Runner Smoke Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -6,23 +6,13 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
test-runner:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Show environment
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Show versions
|
|
||||||
run: |
|
run: |
|
||||||
|
echo "runner is alive"
|
||||||
node -v
|
node -v
|
||||||
npm -v
|
npm -v
|
||||||
|
corepack enable
|
||||||
- name: Install dependencies
|
pnpm -v
|
||||||
run: npm install
|
|
||||||
|
|
||||||
- name: Build project
|
|
||||||
run: npm run build
|
|
||||||
|
|
||||||
- name: List dist files
|
|
||||||
run: ls -la dist
|
|
||||||
Reference in New Issue
Block a user