File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1010 timeout-minutes : 20
1111 runs-on : ubuntu-latest
1212
13+ env :
14+ TOXIPROXY_VERSION : v2.5.0
15+
1316 strategy :
1417 fail-fast : false
1518
2730 run : mvn -version
2831 - name : Start Toxiproxy
2932 working-directory : resilience-tests
30- run : ./bin/toxiproxy-server-linux-amd64
33+ run : ./bin/startProxy.sh
3134 - name : Test
3235 run : mvn --no-transfer-progress -am -pl resilience-tests test
Original file line number Diff line number Diff line change 1212
1313test-results-native
1414.flattened-pom.xml
15+ /resilience-tests /bin /toxiproxy-server-linux-amd64
16+
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ wget -O bin/toxiproxy-server-linux-amd64 https://github.com/Shopify/toxiproxy/releases/download/${TOXIPROXY_VERSION} /toxiproxy-server-linux-amd64
4+ chmod a+x bin/toxiproxy-server-linux-amd64
5+ bin/toxiproxy-server-linux-amd64 &
You can’t perform that action at this time.
0 commit comments