Skip to content

Bump vite from 5.4.11 to 5.4.14 in /test-integrations/react-vite/client #423

Bump vite from 5.4.11 to 5.4.14 in /test-integrations/react-vite/client

Bump vite from 5.4.11 to 5.4.14 in /test-integrations/react-vite/client #423

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run tests
id: run-tests
run: |
cd src/build
pwd
ls -la
docker images
docker ps -a
docker compose -f ./docker-compose-test.yml run goiabada-test