Skip to content

Bump pygments from 2.9.0 to 2.15.0 in /doc #3140

Bump pygments from 2.9.0 to 2.15.0 in /doc

Bump pygments from 2.9.0 to 2.15.0 in /doc #3140

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
- '!checkvalgrind**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
TEST_IMAGE_NAME: fiware/orion-ci:deb
jobs:
unit:
runs-on: ubuntu-22.04
services:
mongodb:
image: mongo:4.4
ports:
- 27017:27017
steps:
- uses: actions/checkout@v2
- name: Run unit tests
run: |
docker run --network host -t --rm -v $(pwd):/opt/fiware-orion ${{ env.TEST_IMAGE_NAME }} build -miqts unit