Skip to content

Commit 44ce6a2

Browse files
faster integration testing
1 parent a6585d8 commit 44ce6a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -714,19 +714,19 @@ jobs:
714714
echo "TRAFFIC_LIGHTS_COMPLETED=true"
715715
} >> "$GITHUB_ENV"
716716
717+
- name: Install Python dependencies
718+
run: |
719+
pip3 install -r cicd/requirements.txt
720+
717721
- name: Output from traffic lights integration tests
718722
if: env.TRAFFIC_LIGHTS_COMPLETED == 'true'
719723
run: |
720-
cat ./test/robot/reports-integration-traffic-lights/output.xml
724+
cat ./test/robot/reports-integration-traffic-lights/output.xml || true
721725
722726
- name: Output from traffic lights tmp dir
723727
if: env.TRAFFIC_LIGHTS_COMPLETED == 'true'
724728
run: |
725729
cat ./test/robot/integration-traffic-lights/tmp/*
726-
727-
- name: Install Python dependencies
728-
run: |
729-
pip3 install -r cicd/requirements.txt
730730
731731
- name: Generate rewritten registry for simulations
732732
if: ${{ matrix.registry != 'test/registry' }}

0 commit comments

Comments
 (0)