Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

feat: add gatling

feat: add gatling #2

Workflow file for this run

# SPDX-FileCopyrightText: 2024 PNED G.I.E.
#
# SPDX-License-Identifier: Apache-2.0
name: Run Tests
on: push
# TODO add here any kind of test you may need
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: fsfe/reuse-action@v2