File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
12
12
- uses : actions/checkout@v2
13
13
14
14
- name : Execute tests
15
- uses : joonvena/robotframework-docker-action@v1.1
15
+ uses : joonvena/robotframework-docker-action@v1.0
16
16
with :
17
17
# browser: 'firefox'
18
18
# robot_threads: 2
19
19
robot_tests_dir : Tests
20
20
robot_reports_dir : reports
21
21
22
22
- name : Upload test results
23
- uses : actions/upload-artifact@v3
23
+ uses : actions/upload-artifact@v1
24
24
if : always()
25
25
with :
26
26
name : reports
@@ -32,11 +32,11 @@ jobs:
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Download reports
35
- uses : actions/download-artifact@v3
35
+ uses : actions/download-artifact@v1
36
36
with :
37
37
name : reports
38
38
- name : Send report to commit
39
- uses : joonvena/robotframework-reporter-action@v2.4
39
+ uses : joonvena/robotframework-reporter-action@v2.1
40
40
with :
41
41
gh_access_token : ${{ secrets.GITHUB_TOKEN }}
42
42
You can’t perform that action at this time.
0 commit comments