Skip to content

Bump vite from 5.0.10 to 5.2.8 in /app/app #4

Bump vite from 5.0.10 to 5.2.8 in /app/app

Bump vite from 5.0.10 to 5.2.8 in /app/app #4

Workflow file for this run

name: Check Astro site
on:
# Runs on pull requests events on primary branches
pull_request:
branches:
- main
- dev
paths:
- 'app/**'
# Sets permissions for the GITHUB_TOKEN
permissions:
contents: read
# Allow one concurrent deployment
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Build job
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build application files
run: docker compose -f docker-compose.yml -f docker-compose.cicd.yml build