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

Update README to inform new users that they should use Simu5G #91

Update README to inform new users that they should use Simu5G

Update README to inform new users that they should use Simu5G #91

name: Build and run fingerprint tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build and run fingerprint tests
run: |
docker run --rm -v ${{ github.workspace }}:/root/models -u "$(id -u):$(id -g)" \
omnetpp/inet:o6.0pre10-4.3.0 \
/bin/bash -c "cd /root/models && make makefiles && make tests -j4"