stort/.github/workflows/build-validation.yml

26 lines
395 B
YAML
Raw Normal View History

2024-08-06 21:48:31 +08:00
name: Test Build Frontend
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
container:
image: bun
2024-08-06 21:48:31 +08:00
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: npm install
run: |
npm install
- name: npm run tauri build
run: |
npm run tauri build
echo "winning ranks"