Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.9 #81

Bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.9

Bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.9 #81

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.5
- name: Install dependencies
run: make install-deps
- name: Build
run: make
- name: Go test
run: go test -v ./
- name: Run Journalist in background
run: |
./journalist &
- name: Run integration tests
env:
JOURNALIST_API_URL: http://127.0.0.1:8000/api/v1
run: |
./test.sh true