Skip to content

[uss_qualifier] DSS0210,A2-7-2,4 initial subscription <-> OIR interactions scenario: oir creation (1/n) #2354

[uss_qualifier] DSS0210,A2-7-2,4 initial subscription <-> OIR interactions scenario: oir creation (1/n)

[uss_qualifier] DSS0210,A2-7-2,4 initial subscription <-> OIR interactions scenario: oir creation (1/n) #2354

Workflow file for this run

name: Developers environment checks
on:
pull_request: # All
push:
branches:
- main
jobs:
windows:
name: Clone on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Checkout on Windows
run: echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner."
macos:
name: Clone on Mac
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Checkout on Mac
run: echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner."
ubuntu:
name: Clone on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout on Ubuntu
run: echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner."