Skip to content

build(deps): bump fastify from 4.26.2 to 4.27.0 in /test/app #31

build(deps): bump fastify from 4.26.2 to 4.27.0 in /test/app

build(deps): bump fastify from 4.26.2 to 4.27.0 in /test/app #31

Workflow file for this run

name: Run tests
on:
push:
branches:
- "**"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run tests
run: cd test && ./run.sh && cd ..