Skip to content

Commit 886a1c1

Browse files
committed
chore: Use previous robot framework version
1 parent 5230e48 commit 886a1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
5555
--user $(id -u):$(id -g) \
5656
--network=compas_default \
57-
ppodgorsek/robot-framework:latest
57+
ppodgorsek/robot-framework:7.1.0
5858
5959
- name: Created output directory (chromium)
6060
run: mkdir -p target/chromium
@@ -70,7 +70,7 @@ jobs:
7070
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
7171
--user $(id -u):$(id -g) \
7272
--network=compas_default \
73-
ppodgorsek/robot-framework:latest
73+
ppodgorsek/robot-framework:7.1.0
7474
7575
- name: Archive Robot Framework Reports
7676
if: failure()

0 commit comments

Comments
 (0)