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