.github/workflows/run_tests_in_docker.yml
changeset 3549 0af7b6a96c53
parent 3533 49e7d2247d46
child 3559 f247fb5b7756
equal deleted inserted replaced
3548:da7b461f54b7 3549:0af7b6a96c53
    18     - uses: actions/checkout@v3
    18     - uses: actions/checkout@v3
    19       with:
    19       with:
    20           repository: beremiz/matiec
    20           repository: beremiz/matiec
    21           ref: 2a25f4dbf4e2b1e017a3a583db7dede4771fe523
    21           ref: 2a25f4dbf4e2b1e017a3a583db7dede4771fe523
    22           path: matiec
    22           path: matiec
       
    23 
       
    24     - uses: actions/checkout@v3
       
    25       with:
       
    26           repository: open62541/open62541
       
    27           ref: v3.0.2
       
    28           path: open62541
       
    29           submodules: recursive
    23 
    30 
    24     - name: Cache docker image
    31     - name: Cache docker image
    25       id: cache-docker
    32       id: cache-docker
    26       uses: actions/cache@v3
    33       uses: actions/cache@v3
    27       env:
    34       env: