File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
docs/tutorials/jenkins/parallel-robot-pipeline Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 name : Build
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 with :
1212 fetch-depth : 0
1313 - uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 99 name : Pages
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
1515 - uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 - name : Build container image
2424 working-directory : docs/tutorials/jenkins/parallel-robot-pipeline/
2525 run : |
3131 done
3232 - name : Store logs
3333 if : always()
34- uses : actions/upload-artifact@v3
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : raw-logs
3737 path : robot_output
6363 with :
6464 python-version : ' 3.10'
6565 - name : Download logs
66- uses : actions/download-artifact@v3
66+ uses : actions/download-artifact@v4
6767 with :
6868 path : work/
6969 - name : Install robot framework
7474 mkdir rebot_output
7575 rebot -d rebot_output -o output.xml -N "${{ github.workflow }}" --nostatusrc */*.xml
7676 - name : Store processed logs
77- uses : actions/upload-artifact@v3
77+ uses : actions/upload-artifact@v4
7878 with :
7979 name : combined-logs
8080 path : work/rebot_output
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/playwright:v1.48.0 -noble AS base
1+ FROM mcr.microsoft.com/playwright:v1.51.1 -noble AS base
22
33# Disable interactive configuration
44ENV DEBIAN_FRONTEND='noninteractive'
Original file line number Diff line number Diff line change 11#! /bin/sh
2- robot " $@ " ./suites
2+ exec robot " $@ " ./suites
You can’t perform that action at this time.
0 commit comments