Skip to content

Merge pull request #895 from EngineeringKiosk/runs-on-update #1446

Merge pull request #895 from EngineeringKiosk/runs-on-update

Merge pull request #895 from EngineeringKiosk/runs-on-update #1446

Workflow file for this run

name: Astro testing
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '5 1 * * *' # Run nightly
workflow_dispatch:
jobs:
astro-testing:
name: Astro build
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20.5.0
- name: Run make clean
run: make clean
- name: Run make init-javascript
run: make init-javascript
- name: Run make build
run: make build