Skip to content

feat: bytter logger til Loki #284

feat: bytter logger til Loki

feat: bytter logger til Loki #284

Workflow file for this run

name: Testing
on: push
jobs:
testing:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake test