pogdark-app/.gitea/workflows/build.yaml
whysman c1f6c1a18d
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 5m9s
update build.yaml to npx expo install
2025-02-21 17:59:11 -05:00

40 lines
760 B
YAML

name: Build Flutter Web and Docker Image for Local Registry
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build React Native Web App
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Install Expo
run: npx expo install react-dom react-native-web @expo/metro-runtime
- name: Build
run: expo export --platform web
- name: List Directory
run: |
ls -l .
ls -l ./pogdark/